MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
15 {
16 public:
17 
20 
22  virtual ~DtOMTDatatypeNode();
23 
26 
29 
30  virtual void setDatatype(const DtString&);
31  virtual const DtString& getDatatype() const;
32 
33 protected:
35 
36 };
37 
38 
39 
40 
#define DT_DLL_OMTREADER
Definition: omtReader.h:23
represents a node in an OMT tree.
Definition: omtNode.h:16
represents a node in an OMT tree containing a datatype description.
Definition: omtDatatypeNode.h:14
DtOMTNode & operator=(const DtOMTNode &rhs)
Assignment Operator.
DtString myDatatype
Definition: omtDatatypeNode.h:34

Document ID: Generated on Thu Sep 2 15:35:22 EDT 2021 from SVN revision 233992
Copyright © 2021 MAK Technologies. All Rights Reserved (www.mak.com)