VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions
DtBackendMap Class Reference

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.

Inheritance diagram for DtBackendMap:
Inheritance graph
[legend]

Public Member Functions

 DtBackendMap ()
 
virtual ~DtBackendMap ()
 
 DtBackendMap (const DtBackendMap &orig)
 
DtBackendMapoperator= (const DtBackendMap &orig)
 
virtual void emptyList ()
 
virtual void copyList (const DtBackendMap &orig)
 
virtual const DtSimulationAddress & lookupMappingFrom (const DtSimulationAddress &fromAddress) const
 
virtual void addMapping (const DtSimulationAddress &fromAddress, const DtSimulationAddress &toAddress)
 

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 Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)