RepastHPC  2.3.1
Public Member Functions | Public Attributes | Friends | List of all members
repast::SpecializedProjectionInfoPacket< Datum > Class Template Reference

Serializable packet that can contain projection information of a specific kind using the template parameter. More...

#include <Projection.h>

Inheritance diagram for repast::SpecializedProjectionInfoPacket< Datum >:
repast::ProjectionInfoPacket

Public Member Functions

 SpecializedProjectionInfoPacket (AgentId agentId)
 
 SpecializedProjectionInfoPacket (AgentId agentId, std::vector< Datum > projectionData)
 
 SpecializedProjectionInfoPacket (AgentId agentId, std::set< Datum > projectionData)
 
template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 
virtual bool isEmpty ()
 
- Public Member Functions inherited from repast::ProjectionInfoPacket
 ProjectionInfoPacket (AgentId agentId)
 
template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

Public Attributes

std::vector< Datum > data
 
- Public Attributes inherited from repast::ProjectionInfoPacket
AgentId id
 

Friends

class boost::serialization::access
 

Detailed Description

template<typename Datum>
class repast::SpecializedProjectionInfoPacket< Datum >

Serializable packet that can contain projection information of a specific kind using the template parameter.


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