VR-Link API Documentation for HLA Evolved
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
omtReader
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
20
class
DT_DLL_OMTREADER
DtGenAttrNode
:
public
DtOMTNode
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
40
DtGenAttrNode
&
operator=
(
const
DtGenAttrNode
& rhs);
41
42
protected
:
43
std::map<DtString, DtString>
myAttrMap
;
44
45
};
46
47
Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)