MAK Data Logger API Documentation for HLA
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
lgrOmtReader
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
#include "
omtNode.h
"
10
11
#include "
complexComponentNode.h
"
12
13
#include <vlutil/vlString.h>
14
15
#include <list>
16
#include <iterator>
17
22
class
DT_DLL_OMTREADER
DtComplexDatatypeNode
:
public
DtOMTNode
23
{
24
public
:
25
27
DtComplexDatatypeNode
();
28
30
virtual
~
DtComplexDatatypeNode
();
31
33
DtComplexDatatypeNode
(
const
DtComplexDatatypeNode
& orig);
34
36
DtComplexDatatypeNode
&
operator=
(
const
DtComplexDatatypeNode
& rhs);
37
38
virtual
void
addComponentNode(
DtComplexComponentNode
*);
39
40
virtual
DtComplexComponentNode
* getComponentNode(
const
DtString
& name);
41
virtual
std::list<DtComplexComponentNode*>::iterator getComponentNodeList();
42
virtual
std::list<DtComplexComponentNode*>::iterator getComponentNodeEnd();
43
44
45
protected
:
46
std::list<DtComplexComponentNode*>
myComponentNodes
;
47
};
48
49
Document ID: Generated on Mon Jan 19 08:20:14 EST 2015 from SVN revision 149581
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)