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
fieldComponentNode.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
DtFieldComponentNode
:
public
DtOMTDatatypeNode
19
{
20
public
:
21
23
DtFieldComponentNode
();
24
26
virtual
~
DtFieldComponentNode
();
27
29
DtFieldComponentNode
(
const
DtFieldComponentNode
& orig);
30
32
DtFieldComponentNode
& operator=(
const
DtFieldComponentNode
& orig);
33
34
virtual
void
setDescription(
const
DtString
&);
35
virtual
const
DtString
& getDescription()
const
;
36
37
38
protected
:
39
DtString
myDescription
;
40
41
};
42
43
#ifdef DtUSE_UTILITIES_NAMESPACE
44
}
// end of namespace DtUSE_UTILITIES_NAMESPACE
45
#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
)