VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
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 Jan 7 13:31:29 EST 2015 from SVN revision 149162
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)