15 #ifndef CORE_TYPE_INDEX_H_
16 #define CORE_TYPE_INDEX_H_
37 void Reserve(uint64_t capacity);
39 const std::vector<Agent*>&
GetType(TClass* tclass)
const;
Contains code required by all agents.
void Update(Agent *new_agent)
const std::vector< Agent * > & GetType(TClass *tclass) const
AgentUidMap< uint64_t > index_
void Reserve(uint64_t capacity)
UnorderedFlatmap< TClass *, std::vector< Agent * > > data_
void Remove(Agent *agent)