VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
omtReader
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 Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)