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
omtDatatypeNode.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*******************************************************************************/
5
6
#pragma once
7
8
9
10
#include <
omtReader/omtNode.h
>
11
12
#ifdef DtUSE_UTILITIES_NAMESPACE
13
namespace
DtUSE_UTILITIES_NAMESPACE
14
{
15
#endif
16
17
18
class
DT_DLL_OMTREADER
DtOMTDatatypeNode
:
public
DtOMTNode
19
{
20
public
:
21
23
DtOMTDatatypeNode
();
24
26
virtual
~
DtOMTDatatypeNode
();
27
29
DtOMTDatatypeNode
(
const
DtOMTDatatypeNode
& orig);
30
32
DtOMTDatatypeNode
& operator=(
const
DtOMTDatatypeNode
& rhs);
33
34
virtual
void
setDatatype(
const
DtString
&);
35
virtual
const
DtString
& getDatatype()
const
;
36
37
protected
:
38
DtString
myDatatype
;
39
40
};
41
42
43
#ifdef DtUSE_UTILITIES_NAMESPACE
44
}
// end of namespace DtUSE_UTILITIES_NAMESPACE
45
#endif
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
)