VR-Forces Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfutil
backendMapEntry.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2002 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: backendMapEntry.h,v $ $Revision: 1.1 $ $State: Exp $
7
*******************************************************************************/
8
11
12
13
#ifndef DtBackendMapEntry_H_
14
#define DtBackendMapEntry_H_
15
16
#include <vlpi/simulationAddress.h>
17
22
23
#include "
vrfutil/vrfutilDefines.h
"
24
class
DT_DLL_vrfutil
DtBackendMapEntry
25
{
26
public
:
27
29
DtBackendMapEntry
();
30
31
DtBackendMapEntry
(
const
DtSimulationAddress& fromAddress,
32
const
DtSimulationAddress& toAddress);
33
35
virtual
~
DtBackendMapEntry
();
36
38
virtual
const
DtSimulationAddress& fromAddress();
39
41
virtual
const
DtSimulationAddress& toAddress();
42
44
virtual
void
mapTo(
const
DtSimulationAddress& toAddress);
45
46
protected
:
48
DtBackendMapEntry
(
const
DtBackendMapEntry
& orig);
49
51
DtBackendMapEntry
& operator=(
const
DtBackendMapEntry
& orig);
52
53
protected
:
54
55
DtSimulationAddress
myFromAddress
;
56
DtSimulationAddress
myToAddress
;
57
};
58
59
#endif
vrfutilDefines.h
DtBackendMapEntry
class DtBackendMapEntry:
Definition:
backendMapEntry.h:24
DT_DLL_vrfutil
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition:
vrfutilDefines.h:34
DtBackendMapEntry::myFromAddress
DtSimulationAddress myFromAddress
Definition:
backendMapEntry.h:55
DtBackendMapEntry::myToAddress
DtSimulationAddress myToAddress
Definition:
backendMapEntry.h:56
Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (
www.mak.com
)