MAK Data Logger API Documentation for DIS
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
lgrOmtReader
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 Thu Apr 10 18:53:01 EDT 2014 from SVN revision 138105
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)