MAK Data Logger API Documentation for DIS
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
tagNode.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1992-2024 MAK Technologies, Inc
3
** All rights reserved.
4
*******************************************************************************/
7
#pragma once
8
9
10
11
#include "
lgrOmtReader/omtDatatypeNode.h
"
12
13
#include <vlutil/vlString.h>
14
class
DT_DLL_OMTREADER
DtTagNode
:
public
DtOMTDatatypeNode
15
{
16
public
:
17
19
DtTagNode
();
20
22
virtual
~
DtTagNode
();
23
25
DtTagNode
(
const
DtTagNode
& orig);
26
28
DtTagNode
&
operator=
(
const
DtTagNode
& rhs);
29
30
31
virtual
void
setDescription(
const
DtString&);
32
virtual
const
DtString& getDescription()
const
;
33
34
protected
:
35
DtString
myDescription
;
36
37
};
38
39
40
41
DtTagNode
Definition:
tagNode.h:14
DT_DLL_OMTREADER
#define DT_DLL_OMTREADER
Definition:
omtReader.h:23
omtDatatypeNode.h
DtTagNode::myDescription
DtString myDescription
Definition:
tagNode.h:35
DtOMTDatatypeNode
represents a node in an OMT tree containing a datatype description.
Definition:
omtDatatypeNode.h:14
DtOMTDatatypeNode::operator=
DtOMTDatatypeNode & operator=(const DtOMTDatatypeNode &rhs)
Assignment Operator.
Document ID: Generated on Thu Oct 3 15:35:11 EDT 2024 from SVN revision 270037
Copyright © 2024 MAK Technologies. All Rights Reserved (
www.mak.com
)