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
vrfGuiCore
extendedStateData.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2012 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtExtendedStateData.h,v $ $Revision: 1.1 $ $State: Exp $
7
******************************************************************************/
8
11
13
14
#pragma once
15
16
#include <
vrfGuiCore/vrfGuiCore.h
>
17
#include <
vrfGuiCore/simpleTypedDictionary.h
>
18
#include <
vrvCore/DtSimState.h
>
19
#include <
vrvCore/DtStateView.h
>
20
21
namespace
makVrv
22
{
23
class
DtMessage;
24
}
25
26
namespace
makVrf
27
{
28
struct
DT_DLL_VRFGUICORE
DtExtendedStateData
:
public
makVrv::DtSimState
29
{
30
31
public
:
32
34
DtExtendedStateData
();
35
37
virtual
~
DtExtendedStateData
();
38
39
bool
operator==
(
const
DtExtendedStateData
&)
const
;
40
bool
operator!=
(
const
DtExtendedStateData
& rhs)
const
41
{
42
return
!(*
this
== rhs);
43
}
44
45
public
:
46
DtSimpleTypedDictionary
myExtendedData
;
47
};
48
50
DT_DLL_VRFGUICORE
makVrv::DtMessage
&
operator<<
(
makVrv::DtMessage
& msg,
const
DtExtendedStateData
& state );
51
53
DT_DLL_VRFGUICORE
makVrv::DtMessage
&
operator>>
(
makVrv::DtMessage
& msg,
DtExtendedStateData
& state );
54
55
57
typedef
makVrv::DtStateView<DtExtendedStateData>
DtExtendedStateDataView
;
58
}
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
)