VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes
DtBaseReflectedAggregate Class Referenceabstract

DtBaseReflectedAggregate is an abstract base class. More...

+ Inheritance diagram for DtBaseReflectedAggregate:
+ Collaboration diagram for DtBaseReflectedAggregate:

Public Member Functions

virtual ~DtBaseReflectedAggregate ()
 destructor More...
 
DtBaseReflectedAggregateoperator= (const DtBaseReflectedAggregate &orig)
 assignment operator More...
 
virtual
DtAggregateStateRepository
aggregateStateRep () const =0
 Get the aggregate's state repository. More...
 
virtual const DtObjectIdid () const
 Get the aggregate's identifier. More...
 
- Public Member Functions inherited from DtListedObj
 DtListedObj ()
 Constructor. More...
 
virtual ~DtListedObj ()
 Destructor. More...
 
void * next () const
 Return next (previous) elements on the list, or NULL if hit the end (beginning) of the list. More...
 
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). More...
 
void * wrapPrev () const
 

Protected Member Functions

 DtBaseReflectedAggregate (const DtObjectId &id)
 Constructors are protected since this is an abstract base class. More...
 
 DtBaseReflectedAggregate (const DtBaseReflectedAggregate &orig)
 copy constructor More...
 

Protected Attributes

DtObjectId myObjectId
 
- Protected Attributes inherited from DtListedObj
DtListmyList
 
DtListItemmyItem
 

Detailed Description

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).

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

DtObjectId DtBaseReflectedAggregate::myObjectId
protected

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

Document ID: Generated on Mon Apr 25 03:39:01 EDT 2022 from SVN revision 242502
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)