VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfutil
backendMap.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2002 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: backendMap.h,v $ $Revision: 1.1 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef DtBackendMap_H_
13
#define DtBackendMap_H_
14
15
#include <vlutil/vlList.h>
16
#include <vl/hostStructs.h>
17
23
24
#include "
vrfutil/vrfutilDefines.h
"
25
class
DT_DLL_vrfutil
DtBackendMap
:
public
DtList
26
{
27
public
:
28
30
DtBackendMap
();
31
33
virtual
~
DtBackendMap
();
34
36
virtual
const
DtSimulationAddress& lookupMappingFrom(
37
const
DtSimulationAddress& fromAddress)
const
;
38
42
virtual
void
addMapping(
const
DtSimulationAddress& fromAddress,
43
const
DtSimulationAddress& toAddress);
44
45
protected
:
46
48
DtBackendMap
(
const
DtBackendMap
& orig);
49
51
DtBackendMap
& operator=(
const
DtBackendMap
& orig);
52
53
};
54
55
#endif
56
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)