![]() |
VR-Link API Documentation for DIS
|
DtBaseReflectedAggregate is an abstract base class. More...
Inheritance diagram for DtBaseReflectedAggregate:
Collaboration diagram for DtBaseReflectedAggregate:Public Member Functions | |
| virtual | ~DtBaseReflectedAggregate () |
| destructor | |
| DtBaseReflectedAggregate & | operator= (const DtBaseReflectedAggregate &orig) |
| assignment operator | |
| virtual DtAggregateStateRepository * | aggregateStateRep () const =0 |
| Get the aggregate's state repository. | |
| virtual const DtObjectId & | id () const |
| Get the aggregate's identifier. | |
Protected Member Functions | |
| DtBaseReflectedAggregate (const DtObjectId &id) | |
| Constructors are protected since this is an abstract base class. | |
| DtBaseReflectedAggregate (const DtBaseReflectedAggregate &orig) | |
| copy constructor | |
Protected Attributes | |
| DtObjectId | myObjectId |
DtBaseReflectedAggregate is an abstract base class.
It is used to maintain the representation of a simulation aggregate reflected across a network (i.e. this is not a full simulation running on this machine).
| virtual DtBaseReflectedAggregate::~DtBaseReflectedAggregate | ( | ) | [virtual] |
destructor
| DtBaseReflectedAggregate::DtBaseReflectedAggregate | ( | const DtObjectId & | id | ) | [protected] |
Constructors are protected since this is an abstract base class.
constructor
| DtBaseReflectedAggregate::DtBaseReflectedAggregate | ( | const DtBaseReflectedAggregate & | orig | ) | [protected] |
copy constructor
| virtual DtAggregateStateRepository* DtBaseReflectedAggregate::aggregateStateRep | ( | ) | const [pure virtual] |
Get the aggregate's state repository.
| virtual const DtObjectId& DtBaseReflectedAggregate::id | ( | ) | const [virtual] |
Get the aggregate's identifier.
| DtBaseReflectedAggregate& DtBaseReflectedAggregate::operator= | ( | const DtBaseReflectedAggregate & | orig | ) |
assignment operator
DtObjectId DtBaseReflectedAggregate::myObjectId [protected] |