VR-Link API Documentation for HLA 4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
fedNode.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 
11 #pragma warning(disable : 4100)
12 
13 #include "omtNode.h"
14 
15 #include <vlutil/vlString.h>
16 #ifdef DtUSE_UTILITIES_NAMESPACE
17 namespace DtUSE_UTILITIES_NAMESPACE
18 {
19 #endif
24 {
25 public:
26 
27 
29  DtFedNode();
30 
32  explicit DtFedNode(DtFedNode*);
33 
35  virtual ~DtFedNode();
36 
38  DtFedNode(const DtFedNode& orig);
39 
41  DtFedNode& operator=(const DtFedNode& rhs);
42 
43  bool operator==(const DtFedNode& rhs);
44 
46  virtual void setParentObject(DtFedNode*);
47 
49  virtual DtFedNode* getParentObject() const;
50 
51 
54  virtual const DtString& getFullName() const;
55 
56 protected:
58 
59 private:
63  mutable DtString* myFullName;
64 
65 };
66 
67 
68 #ifdef DtUSE_UTILITIES_NAMESPACE
69 } // end of namespace DtUSE_UTILITIES_NAMESPACE
70 #endif
const bool operator==(const DtU128 &lhs, const DtU128 &rhs)
Contains the DtString class declaration.
#define DT_DLL_OMTREADER
Definition: omtReader.h:27
represents a node in an OMT tree.
Definition: omtNode.h:20
Represents a node in a fed tree.
Definition: fedNode.h:23
DtFedNode * myParentObject
Definition: fedNode.h:57
Instances of DtString are used to represent strings.
Definition: vlString.h:36
DtString * myFullName
Used so we don&#39;t have to traverse the tree every time.
Definition: fedNode.h:63

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)