MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
genAttrNode.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 #include "omtNode.h"
12 
13 #include <vlutil/vlString.h>
14 #include <map>
15 
22 {
23 public:
24 
26  DtGenAttrNode();
27 
29  virtual ~DtGenAttrNode();
30 
31  virtual void addAttribute(const DtString& name, const DtString& attr);
32  virtual const DtString& getAttribute(const DtString& name);
33  virtual std::map<DtString, DtString>::iterator getAttributes();
34 
35 private:
36 
38  DtGenAttrNode(const DtGenAttrNode& orig);
39 
42 
43 protected:
44  std::map<DtString, DtString> myAttrMap;
45 
46 };
47 
48 
49 
50 
std::map< DtString, DtString > myAttrMap
Definition: genAttrNode.h:44
#define DT_DLL_OMTREADER
Definition: omtReader.h:23
represents a node in an OMT tree.
Definition: omtNode.h:16
This is a generic attribute node I should be able to use this to replace all these extra node classes...
Definition: genAttrNode.h:21
DtOMTNode & operator=(const DtOMTNode &rhs)
Assignment Operator.

Document ID: Generated on Thu Sep 2 15:35:22 EDT 2021 from SVN revision 233992
Copyright © 2021 MAK Technologies. All Rights Reserved (www.mak.com)