![]() |
VR-Forces 4.0.4 Class Documentation
|
class DtBackendMap: More...

Public Member Functions | |
| DtBackendMap () | |
| constructor | |
| virtual | ~DtBackendMap () |
| destructor | |
| virtual const DtSimulationAddress & | lookupMappingFrom (const DtSimulationAddress &fromAddress) const |
| Look up the simulation address mapped to by the given address. | |
| virtual void | addMapping (const DtSimulationAddress &fromAddress, const DtSimulationAddress &toAddress) |
| Creates a mapping from the fromAddress to the toAddress. | |
Protected Member Functions | |
| DtBackendMap (const DtBackendMap &orig) | |
| copy constructor | |
| DtBackendMap & | operator= (const DtBackendMap &orig) |
| assignment operator | |
class DtBackendMap:
Instances of DtBackendMap contain DtBackendMapEntry objects which are used to associate a missing back-end with an active back-end which can be used in its place.
constructor
| virtual DtBackendMap::~DtBackendMap | ( | ) | [virtual] |
destructor
| DtBackendMap::DtBackendMap | ( | const DtBackendMap & | orig | ) | [protected] |
copy constructor
| virtual const DtSimulationAddress& DtBackendMap::lookupMappingFrom | ( | const DtSimulationAddress & | fromAddress | ) | const [virtual] |
Look up the simulation address mapped to by the given address.
| virtual void DtBackendMap::addMapping | ( | const DtSimulationAddress & | fromAddress, |
| const DtSimulationAddress & | toAddress | ||
| ) | [virtual] |
Creates a mapping from the fromAddress to the toAddress.
If an entry with the same fromAddress already exists it will be remapped, otherwise a new entry will be created.
| DtBackendMap& DtBackendMap::operator= | ( | const DtBackendMap & | orig | ) | [protected] |
assignment operator