VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfutil
backendMap.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2015 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#include <vlutil/vlList.h>
10
#include <vl/hostStructs.h>
11
17
18
#include "
vrfutil/vrfutilDefines.h
"
19
class
DT_DLL_vrfutil
DtBackendMap
:
public
DtList
20
{
21
public
:
22
24
DtBackendMap
();
25
27
virtual
~
DtBackendMap
();
28
30
DtBackendMap
(
const
DtBackendMap
& orig);
31
33
DtBackendMap
& operator=(
const
DtBackendMap
& orig);
34
35
virtual
void
emptyList();
36
virtual
void
copyList(
const
DtBackendMap
& orig);
37
39
virtual
const
DtSimulationAddress& lookupMappingFrom(
40
const
DtSimulationAddress& fromAddress)
const
;
41
45
virtual
void
addMapping(
const
DtSimulationAddress& fromAddress,
46
const
DtSimulationAddress& toAddress);
47
};
48
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)