|
BioDynaMo
v1.05.125-2619fe54
|
#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 } |
1.8.17