MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
complexDatatypeNode.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 "complexComponentNode.h"
14 
15 #include <vlutil/vlString.h>
16 
17 #include <list>
18 #include <iterator>
24 {
25 public:
26 
29 
31  virtual ~DtComplexDatatypeNode();
32 
35 
38 
39  virtual void addComponentNode(DtComplexComponentNode*);
40 
41  virtual DtComplexComponentNode* getComponentNode(const DtString& name);
42  virtual std::list<DtComplexComponentNode*>::iterator getComponentNodeList();
43  virtual std::list<DtComplexComponentNode*>::iterator getComponentNodeEnd();
44 
45 
46 protected:
47  std::list<DtComplexComponentNode*> myComponentNodes;
48 };
49 
50 
51 
52 

Document ID: Generated on Thu Jul 23 15:05:27 EDT 2020 from SVN revision 215371
Copyright © 2020 MAK Technologies. All Rights Reserved (www.mak.com)