![]() |
VR-Link API Documentation for HLA 1.3
|
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. | |
Public Member Functions inherited from DtListedObj | |
| DtListedObj () | |
| Constructor. | |
| virtual | ~DtListedObj () |
| Destructor. | |
| void * | next () const |
| Return next (previous) elements on the list, or NULL if hit the end (beginning) of the list. | |
| void * | prev () const |
| void * | wrapNext () const |
| Return next (previous) elements on the list, but wrap to the beginning (end) of the list when you hit the end (beginning). | |
| void * | wrapPrev () const |
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 |
Protected Attributes inherited from DtListedObj | |
| DtList * | myList |
| DtListItem * | myItem |
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 |
destructor
|
protected |
Constructors are protected since this is an abstract base class.
constructor
|
protected |
copy constructor
|
pure virtual |
Get the aggregate's state repository.
|
virtual |
Get the aggregate's identifier.
| DtBaseReflectedAggregate& DtBaseReflectedAggregate::operator= | ( | const DtBaseReflectedAggregate & | orig | ) |
assignment operator
|
protected |