VR-Link API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
fieldComponentNode.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 
24 
26  virtual ~DtFieldComponentNode();
27 
30 
32  DtFieldComponentNode& operator=(const DtFieldComponentNode& orig);
33 
34  virtual void setDescription(const DtString&);
35  virtual const DtString& getDescription() const;
36 
37 
38 protected:
40 
41 };
42 
43 #ifdef DtUSE_UTILITIES_NAMESPACE
44 } // end of namespace DtUSE_UTILITIES_NAMESPACE
45 #endif
Contains the DtString class declaration.
#define DT_DLL_OMTREADER
Definition: omtReader.h:27
Definition: fieldComponentNode.h:18
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
DtString myDescription
Definition: fieldComponentNode.h:39

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)