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
tagNode.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
class
DT_DLL_OMTREADER
DtTagNode
:
public
DtOMTDatatypeNode
19
{
20
public
:
21
23
DtTagNode
();
24
26
virtual
~
DtTagNode
();
27
29
DtTagNode
(
const
DtTagNode
& orig);
30
32
DtTagNode
& operator=(
const
DtTagNode
& rhs);
33
34
35
virtual
void
setDescription(
const
DtString
&);
36
virtual
const
DtString
& getDescription()
const
;
37
38
protected
:
39
DtString
myDescription
;
40
41
};
42
43
44
#ifdef DtUSE_UTILITIES_NAMESPACE
45
}
// end of namespace DtUSE_UTILITIES_NAMESPACE
46
#endif
Document ID: Generated on Thu Feb 22 04:26:36 EST 2018 from SVN revision 186468
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)