VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
tagNode.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1992-2025 MAK Technologies, Inc
3 ** All rights reserved.
4 *******************************************************************************/
7 #pragma once
8 
9 
10 
12 
13 #include <vlutil/vlString.h>
14 #ifdef DtUSE_UTILITIES_NAMESPACE
15 namespace DtUSE_UTILITIES_NAMESPACE
16 {
17 #endif
19 {
20 public:
21 
23  DtTagNode();
24 
26  virtual ~DtTagNode();
27 
29  DtTagNode(const DtTagNode& orig);
30 
32  DtTagNode& operator=(const DtTagNode& rhs);
33 
34 
35  virtual void setDescription(const DtString&);
36  virtual const DtString& getDescription() const;
37 
38 protected:
40 
41 };
42 
43 
44 #ifdef DtUSE_UTILITIES_NAMESPACE
45 } // end of namespace DtUSE_UTILITIES_NAMESPACE
46 #endif
Definition: tagNode.h:18
Contains the DtString class declaration.
#define DT_DLL_OMTREADER
Definition: omtReader.h:27
DtString myDescription
Definition: tagNode.h:39
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:36

Document ID: Generated on Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (www.mak.com)