class DtBackendMapEntry:
More...
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 |
( |
| ) |
|
| DtBackendMapEntry::DtBackendMapEntry |
( |
const DtSimulationAddress & |
fromAddress, |
|
|
const DtSimulationAddress & |
toAddress |
|
) |
| |
| virtual DtBackendMapEntry::~DtBackendMapEntry |
( |
| ) |
|
|
virtual |
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.
Member Data Documentation
| DtSimulationAddress DtBackendMapEntry::myFromAddress |
|
protected |
| DtSimulationAddress DtBackendMapEntry::myToAddress |
|
protected |
The documentation for this class was generated from the following file: