VR-Link API Documentation for HLA Evolved
Public Member Functions | Static Public Member Functions | Protected Attributes | Private Member Functions
DtF18EntityStateRep Class Reference

An example subclass of the DtEntityStateRepository. More...

+ Inheritance diagram for DtF18EntityStateRep:
+ Collaboration diagram for DtF18EntityStateRep:

List of all members.

Public Member Functions

 DtF18EntityStateRep ()
 Constructor.
virtual ~DtF18EntityStateRep ()
 Destructor.
virtual void setF18Attribute (const DtString &val)
 Set the new attribute string.
virtual DtString f18Attribute () const
 The new attribute string.

Static Public Member Functions

static DtF18EntityStateRepcreate ()
 Need this so that reflected Lists will know how to create an instance of the DtF18EntityStateRep.

Protected Attributes

DtString myAttrib

Private Member Functions

 DtF18EntityStateRep (const DtF18EntityStateRep &orig)
 copy constructor -- Not Implemented
DtF18EntityStateRepoperator= (const DtF18EntityStateRep &orig)
 assignment operator -- Not Implemented

Detailed Description

An example subclass of the DtEntityStateRepository.

This example shows how to add a new attribute to an existing entity type. Here we add a new attribute which is a string.


Constructor & Destructor Documentation

Constructor.

virtual DtF18EntityStateRep::~DtF18EntityStateRep ( ) [inline, virtual]

Destructor.

copy constructor -- Not Implemented


Member Function Documentation

static DtF18EntityStateRep* DtF18EntityStateRep::create ( ) [inline, static]

Need this so that reflected Lists will know how to create an instance of the DtF18EntityStateRep.

Reimplemented from DtEntityStateRepository.

virtual DtString DtF18EntityStateRep::f18Attribute ( ) const [inline, virtual]
DtF18EntityStateRep& DtF18EntityStateRep::operator= ( const DtF18EntityStateRep orig) [private]

assignment operator -- Not Implemented

virtual void DtF18EntityStateRep::setF18Attribute ( const DtString val) [inline, virtual]

Set the new attribute string.

References myAttrib.

Referenced by DtF18EntityDecoder::decodeSpecialF18Attribute().


Member Data Documentation

Referenced by f18Attribute(), and setF18Attribute().


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

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)