MAK Data Logger API Documentation for DIS
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
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
10
11
#include "
omtNode.h
"
12
13
#include <vlutil/vlString.h>
14
#include <map>
15
21
class
DT_DLL_OMTREADER
DtGenAttrNode
:
public
DtOMTNode
22
{
23
public
:
24
26
DtGenAttrNode
();
27
29
virtual
~
DtGenAttrNode
();
30
31
virtual
void
addAttribute(
const
DtString& name,
const
DtString& attr);
32
virtual
const
DtString& getAttribute(
const
DtString& name);
33
virtual
std::map<DtString, DtString>::iterator getAttributes();
34
35
private
:
36
38
DtGenAttrNode
(
const
DtGenAttrNode
& orig);
39
41
DtGenAttrNode
&
operator=
(
const
DtGenAttrNode
& rhs);
42
43
protected
:
44
std::map<DtString, DtString>
myAttrMap
;
45
46
};
47
48
49
50
Document ID: Generated on Wed Jun 5 18:45:18 EDT 2019 from SVN revision 198968
Copyright © 2019 VT MAK. All Rights Reserved (
www.mak.com
)