BioDynaMo
v1.05.120-25dc9790
|
#include <cstdint>
#include <limits>
#include <ostream>
#include <type_traits>
#include "core/agent/agent_uid.h"
#include "core/execution_context/execution_context.h"
#include "core/simulation.h"
#include "core/util/root.h"
Go to the source code of this file.
Classes | |
class | bdm::AgentPointer< TAgent > |
union | bdm::AgentPointer< TAgent >::Data |
TODO. Replace with std::variant once we move to >= c++17. More... | |
struct | bdm::is_agent_ptr< T > |
struct | bdm::is_agent_ptr< AgentPointer< T > > |
struct | bdm::detail::ExtractUid |
Namespaces | |
bdm | |
bdm::detail | |
Enumerations | |
enum | bdm::AgentPointerMode { bdm::kIndirect, bdm::kDirect } |