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.
|
Detailed Description
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 & Destructor Documentation
| DtBackendMap::DtBackendMap |
( |
| ) |
|
| virtual DtBackendMap::~DtBackendMap |
( |
| ) |
|
|
virtual |
Member Function Documentation
| 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.
The documentation for this class was generated from the following file:
- /exports/nfedora7-1/nightly/docs/vrforcesDevelopment.tot/include/vrfutil/backendMap.h