![]() |
VR-Forces 4.0.4 Class Documentation
|
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 | |
| DtBackendMapEntry & | operator= (const DtBackendMapEntry &orig) |
| assignment operator | |
Protected Attributes | |
| DtSimulationAddress | myFromAddress |
| DtSimulationAddress | myToAddress |
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.
default constructor
| DtBackendMapEntry::DtBackendMapEntry | ( | const DtSimulationAddress & | fromAddress, |
| const DtSimulationAddress & | toAddress | ||
| ) |
| virtual DtBackendMapEntry::~DtBackendMapEntry | ( | ) | [virtual] |
destructor
| DtBackendMapEntry::DtBackendMapEntry | ( | const DtBackendMapEntry & | orig | ) | [protected] |
copy constructor
| 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
DtSimulationAddress DtBackendMapEntry::myFromAddress [protected] |
DtSimulationAddress DtBackendMapEntry::myToAddress [protected] |