BioDynaMo
v1.05.120-25dc9790
|
Go to the documentation of this file.
15 #ifndef CORE_AGENT_AGENT_HANDLE_H_
16 #define CORE_AGENT_AGENT_HANDLE_H_
81 #endif // CORE_AGENT_AGENT_HANDLE_H_
bool operator<(const AgentHandle &other) const
friend std::ostream & operator<<(std::ostream &stream, const AgentHandle &handle)
AgentHandle(ElementIdx_t element_idx)
AgentHandle(NumaNode_t numa_node, ElementIdx_t element_idx)
constexpr AgentHandle() noexcept
void SetElementIdx(ElementIdx_t element_idx)
bool operator!=(const AgentHandle &other) const
BDM_CLASS_DEF_NV(AgentHandle, 1)
NumaNode_t GetNumaNode() const
ElementIdx_t GetElementIdx() const
ElementIdx_t element_idx_
bool operator==(const AgentHandle &other) const