VR-Forces 4.0.4 Class Documentation
Public Member Functions | Protected Member Functions | Protected Attributes
DtBackendMapEntry Class Reference

class DtBackendMapEntry: More...

List of all members.

Public Member Functions

 DtBackendMapEntry ()
 default constructor
 DtBackendMapEntry (const DtSimulationAddress &fromAddress, const DtSimulationAddress &toAddress)
virtual ~DtBackendMapEntry ()
 destructor
virtual const DtSimulationAddress & fromAddress ()
 Return the address being mapped from.
virtual const DtSimulationAddress & toAddress ()
 Return the address being mapped to.
virtual void mapTo (const DtSimulationAddress &toAddress)
 Set the address being mapped to.

Protected Member Functions

 DtBackendMapEntry (const DtBackendMapEntry &orig)
 copy constructor
DtBackendMapEntryoperator= (const DtBackendMapEntry &orig)
 assignment operator

Protected Attributes

DtSimulationAddress myFromAddress
DtSimulationAddress myToAddress

Detailed Description

class DtBackendMapEntry:

Instances of DtBackendMapEntry are used to map a missing back-ends to an active one while loading a scenario, and are stored in a DtBackendMap.


Constructor & Destructor Documentation

default constructor

DtBackendMapEntry::DtBackendMapEntry ( const DtSimulationAddress &  fromAddress,
const DtSimulationAddress &  toAddress 
)

destructor

copy constructor


Member Function Documentation

virtual const DtSimulationAddress& DtBackendMapEntry::fromAddress ( ) [virtual]

Return the address being mapped from.

virtual const DtSimulationAddress& DtBackendMapEntry::toAddress ( ) [virtual]

Return the address being mapped to.

virtual void DtBackendMapEntry::mapTo ( const DtSimulationAddress &  toAddress) [virtual]

Set the address being mapped to.

DtBackendMapEntry& DtBackendMapEntry::operator= ( const DtBackendMapEntry orig) [protected]

assignment operator


Member Data Documentation

DtSimulationAddress DtBackendMapEntry::myFromAddress [protected]
DtSimulationAddress DtBackendMapEntry::myToAddress [protected]

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

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)