VR-Forces 4.3 Class Documentation
 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
DtBackendMapEntry Class Reference

class DtBackendMapEntry: More...

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

DtBackendMapEntry::DtBackendMapEntry ( )

default constructor

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

destructor

DtBackendMapEntry::DtBackendMapEntry ( const DtBackendMapEntry orig)
protected

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 Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)