MAK Data Logger API Documentation for HLA
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
lgrOmtReader
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 <
lgrOmtReader/omtNode.h
>
11
14
class
DT_DLL_OMTREADER
DtOMTDatatypeNode
:
public
DtOMTNode
15
{
16
public
:
17
19
DtOMTDatatypeNode
();
20
22
virtual
~
DtOMTDatatypeNode
();
23
25
DtOMTDatatypeNode
(
const
DtOMTDatatypeNode
& orig);
26
28
DtOMTDatatypeNode
&
operator=
(
const
DtOMTDatatypeNode
& rhs);
29
30
virtual
void
setDatatype(
const
DtString
&);
31
virtual
const
DtString
& getDatatype()
const
;
32
33
protected
:
34
DtString
myDatatype
;
35
36
};
37
38
39
40
DT_DLL_OMTREADER
#define DT_DLL_OMTREADER
Definition:
omtReader.h:23
DtOMTNode
represents a node in an OMT tree.
Definition:
omtNode.h:16
DtOMTDatatypeNode
represents a node in an OMT tree containing a datatype description.
Definition:
omtDatatypeNode.h:14
DtOMTNode::operator=
DtOMTNode & operator=(const DtOMTNode &rhs)
Assignment Operator.
omtNode.h
DtString
DtOMTDatatypeNode::myDatatype
DtString myDatatype
Definition:
omtDatatypeNode.h:34
Document ID: Generated on Thu Jul 14 15:45:33 EDT 2022 from SVN revision 244827
Copyright © 2021 MAK Technologies. All Rights Reserved (
www.mak.com
)