VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes
DtBackendMapEntry Class Reference

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.

Public Member Functions

 DtBackendMapEntry ()
 
 DtBackendMapEntry (const DtSimulationAddress &fromAddress, const DtSimulationAddress &toAddress)
 
virtual ~DtBackendMapEntry ()
 
virtual const DtSimulationAddress & fromAddress ()
 
virtual const DtSimulationAddress & toAddress ()
 
virtual void mapTo (const DtSimulationAddress &toAddress)
 

Protected Member Functions

 DtBackendMapEntry (const DtBackendMapEntry &orig)
 
DtBackendMapEntryoperator= (const DtBackendMapEntry &orig)
 

Protected Attributes

DtSimulationAddress myFromAddress
 
DtSimulationAddress myToAddress
 

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 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)