VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 <omtReader/omtNode.h>
11 
12 #ifdef DtUSE_UTILITIES_NAMESPACE
13 namespace DtUSE_UTILITIES_NAMESPACE
14 {
15 #endif
19 {
20 public:
21 
24 
26  virtual ~DtOMTDatatypeNode();
27 
30 
32  DtOMTDatatypeNode& operator=(const DtOMTDatatypeNode& rhs);
33 
34  virtual void setDatatype(const DtString&);
35  virtual const DtString& getDatatype() const;
36 
37 protected:
39 
40 };
41 
42 
43 #ifdef DtUSE_UTILITIES_NAMESPACE
44 } // end of namespace DtUSE_UTILITIES_NAMESPACE
45 #endif
#define DT_DLL_OMTREADER
Definition: omtReader.h:27
represents a node in an OMT tree.
Definition: omtNode.h:20
represents a node in an OMT tree containing a datatype description.
Definition: omtDatatypeNode.h:18
Instances of DtString are used to represent strings.
Definition: vlString.h:29
DtString myDatatype
Definition: omtDatatypeNode.h:38

Document ID: Generated on Mon Apr 25 03:39:01 EDT 2022 from SVN revision 242502
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)