VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
omtReader
enumerationNode.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*******************************************************************************/
7
#pragma once
8
9
10
11
#include <
omtReader/omtReader.h
>
12
#include <
vlutil/vlString.h
>
13
#ifdef DtUSE_UTILITIES_NAMESPACE
14
namespace
DtUSE_UTILITIES_NAMESPACE
15
{
16
#endif
17
class
DT_DLL_OMTREADER
DtEnumerationNode
18
{
19
public
:
20
22
DtEnumerationNode
();
23
25
virtual
~
DtEnumerationNode
();
26
28
DtEnumerationNode
(
const
DtEnumerationNode
& orig);
29
31
DtEnumerationNode
& operator=(
const
DtEnumerationNode
& rhs);
32
33
virtual
void
setEnum(
const
DtString
&);
34
virtual
const
DtString
& getEnum()
const
;
35
36
virtual
void
setNumber(
int
);
37
virtual
int
getNumber()
const
;
38
39
40
protected
:
41
DtString
myEnum
;
42
int
myNumber
;
43
44
};
45
46
#ifdef DtUSE_UTILITIES_NAMESPACE
47
}
// end of namespace DtUSE_UTILITIES_NAMESPACE
48
#endif
Document ID: Generated on Fri May 15 06:36:13 EDT 2015 from SVN revision 153263
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)