RepastHPC  2.3.1
Public Member Functions | Public Attributes | List of all members
repast::relogo::IsAgentTypeNoDup< T > Struct Template Reference

Used to filter by agent type but ensure that only the first encountered instance of agent is considered. More...

#include <agent_set_functions.h>

Public Member Functions

 IsAgentTypeNoDup (int typeId)
 
bool operator() (const T *agent)
 

Public Attributes

IsAgentType< T > isAgentType
 
boost::unordered_set< AgentId, HashIdset
 

Detailed Description

template<typename T>
struct repast::relogo::IsAgentTypeNoDup< T >

Used to filter by agent type but ensure that only the first encountered instance of agent is considered.


The documentation for this struct was generated from the following file: