MAK Data Logger API Documentation for HLA
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 #include "omtNode.h"
10 
11 #include <vlutil/vlString.h>
12 #include <map>
13 
14 
21 {
22 public:
23 
25  DtGenAttrNode();
26 
28  virtual ~DtGenAttrNode();
29 
30  virtual void addAttribute(const DtString& name, const DtString& attr);
31  virtual const DtString& getAttribute(const DtString& name);
32  virtual std::map<DtString, DtString>::iterator getAttributes();
33 
34 private:
35 
37  DtGenAttrNode(const DtGenAttrNode& orig);
38 
41 
42 protected:
43  std::map<DtString, DtString> myAttrMap;
44 
45 };
46 
47 

Document ID: Generated on Thu Apr 11 12:13:00 EDT 2013 from SVN revision 126011
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)