![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 2002 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: backendMap.h,v $ $Revision: 1.1 $ $State: Exp $ 00007 *******************************************************************************/ 00008 00011 00012 #ifndef DtBackendMap_H_ 00013 #define DtBackendMap_H_ 00014 00015 #include <vlutil/vlList.h> 00016 #include <vl/hostStructs.h> 00017 00023 00024 #include "vrfutil/vrfutilDefines.h" 00025 class DT_DLL_vrfutil DtBackendMap : public DtList 00026 { 00027 public: 00028 00030 DtBackendMap(); 00031 00033 virtual ~DtBackendMap(); 00034 00036 virtual const DtSimulationAddress& lookupMappingFrom( 00037 const DtSimulationAddress& fromAddress) const; 00038 00042 virtual void addMapping(const DtSimulationAddress& fromAddress, 00043 const DtSimulationAddress& toAddress); 00044 00045 protected: 00046 00048 DtBackendMap(const DtBackendMap& orig); 00049 00051 DtBackendMap& operator=(const DtBackendMap& orig); 00052 00053 }; 00054 00055 #endif 00056