VR-Link API Documentation for HLA 1516
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
alternativeComponentNode.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/omtDatatypeNode.h
"
12
13
#include <
vlutil/vlString.h
>
14
#ifdef DtUSE_UTILITIES_NAMESPACE
15
namespace
DtUSE_UTILITIES_NAMESPACE
16
{
17
#endif
18
19
class
DT_DLL_OMTREADER
DtAlternativeComponentNode
:
public
DtOMTDatatypeNode
20
{
21
public
:
22
24
DtAlternativeComponentNode
();
25
27
virtual
~
DtAlternativeComponentNode
();
28
30
DtAlternativeComponentNode
(
const
DtAlternativeComponentNode
& orig);
31
33
DtAlternativeComponentNode
& operator=(
const
DtAlternativeComponentNode
& orig);
34
35
virtual
void
setEnumerator(
const
DtString
&);
36
virtual
const
DtString
& getEnumerator()
const
;
37
38
virtual
void
setDescription(
const
DtString
&);
39
virtual
const
DtString
& getDescription()
const
;
40
41
42
protected
:
43
DtString
myEnumerator
;
44
DtString
myDescription
;
45
46
};
47
48
49
#ifdef DtUSE_UTILITIES_NAMESPACE
50
}
// end of namespace DtUSE_UTILITIES_NAMESPACE
51
#endif
52
Document ID: Generated on Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (
www.mak.com
)