VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions
DtBackendMap Class Reference

class DtBackendMap: More...

Inheritance diagram for DtBackendMap:
Inheritance graph
[legend]

Public Member Functions

 DtBackendMap ()
 constructor
virtual ~DtBackendMap ()
 destructor
 DtBackendMap (const DtBackendMap &orig)
 copy constructor
DtBackendMapoperator= (const DtBackendMap &orig)
 assignment operator
virtual void emptyList ()
virtual void copyList (const DtBackendMap &orig)
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 ( )

constructor

virtual DtBackendMap::~DtBackendMap ( )
virtual

destructor

DtBackendMap::DtBackendMap ( const DtBackendMap orig)

copy constructor

Member Function Documentation

DtBackendMap& DtBackendMap::operator= ( const DtBackendMap orig)

assignment operator

virtual void DtBackendMap::emptyList ( )
virtual
virtual void DtBackendMap::copyList ( const DtBackendMap orig)
virtual
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:

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)