MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
fedNode.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1992-2024 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>
20 {
21 public:
22 
23 
25  DtFedNode();
26 
28  explicit DtFedNode(DtFedNode*);
29 
31  virtual ~DtFedNode();
32 
34  DtFedNode(const DtFedNode& orig);
35 
37  DtFedNode& operator=(const DtFedNode& rhs);
38 
39  bool operator==(const DtFedNode& rhs);
40 
42  virtual void setParentObject(DtFedNode*);
43 
45  virtual DtFedNode* getParentObject() const;
46 
47 
50  virtual const DtString& getFullName() const;
51 
52 protected:
54 
55 private:
59  mutable DtString* myFullName;
60 
61 };
62 
63 
64 
65 
#define DT_DLL_OMTREADER
Definition: omtReader.h:23
represents a node in an OMT tree.
Definition: omtNode.h:16
Represents a node in a fed tree.
Definition: fedNode.h:19
DtOMTNode & operator=(const DtOMTNode &rhs)
Assignment Operator.
DtFedNode * myParentObject
Definition: fedNode.h:53
DtString * myFullName
Used so we don&#39;t have to traverse the tree every time.
Definition: fedNode.h:59

Document ID: Generated on Thu Oct 3 15:35:11 EDT 2024 from SVN revision 270037
Copyright © 2024 MAK Technologies. All Rights Reserved (www.mak.com)