MAK Data Logger API Documentation for DIS
 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-2010 VT MAK
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 

Document ID: Generated on Tue Aug 1 09:00:26 EDT 2017 from SVN revision 179128
Copyright © 2017 VT MÄK. All Rights Reserved (www.mak.com)