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

Struct that allows filtering by !(Agent Type) More...

#include <AgentId.h>

Public Member Functions

 IsNotType (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::IsNotType< T >

Struct that allows filtering by !(Agent Type)


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