VR-Link API Documentation for HLA 1516
 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 Reference

DtBaseReflectedAggregate is an abstract base class. More...

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

Public Member Functions

virtual ~DtBaseReflectedAggregate ()
 destructor
DtBaseReflectedAggregateoperator= (const DtBaseReflectedAggregate &orig)
 assignment operator
virtual
DtAggregateStateRepository
aggregateStateRep () const =0
 Get the aggregate's state repository.
virtual const DtObjectIdid () 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
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 Fri May 15 06:36:13 EDT 2015 from SVN revision 153263
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)