VR-Forces 4.0.4 Class Documentation
Public Member Functions | Protected Member Functions
DtBackendMap Class Reference

class DtBackendMap: More...

Inheritance diagram for DtBackendMap:
Inheritance graph
[legend]

List of all members.

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
DtBackendMapoperator= (const DtBackendMap &orig)
 assignment operator

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

constructor

virtual DtBackendMap::~DtBackendMap ( ) [virtual]

destructor

DtBackendMap::DtBackendMap ( const DtBackendMap orig) [protected]

copy constructor


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.

DtBackendMap& DtBackendMap::operator= ( const DtBackendMap orig) [protected]

assignment operator


The documentation for this class was generated from the following file:

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)