HCE project C++ developers source code library
1.1.1
HCE project developer library
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
NameValueMass.h
Go to the documentation of this file.
1
#ifndef NAMEVALUEMASS_H
2
#define NAMEVALUEMASS_H
3
4
#include <map>
5
#include <string>
6
7
class
NameValueMass
:
public
std::map<std::string, std::string>
8
{
9
private
:
10
typedef
std::map<std::string, std::string> ParentMap;
11
void
insertNameValue(
const
char
*str,
unsigned
int
len);
12
public
:
13
std::map<std::string, std::string>::iterator
internalIter
;
14
public
:
15
NameValueMass
(
const
char
*str);
16
const
char
*
getStrVal
(
const
char
*name);
17
~NameValueMass
();
18
};
19
20
#endif
sources
applicationFramework
src
NameValueMass.h
Generated on Mon Jan 13 2014 13:08:36 for HCE project C++ developers source code library by
1.8.1.2