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

Struct that allows filtering by Agent Type. More...

#include <AgentId.h>

Public Member Functions

 IsAgentType (int typeId)
 
bool operator() (const boost::shared_ptr< T > &ptr)
 
bool operator() (const T *agent)
 

Public Attributes

int _typeId
 

Detailed Description

template<typename T>
struct repast::IsAgentType< T >

Struct that allows filtering by Agent Type.


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