VR-Forces 4.3.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
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 Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)