HCE project C++ developers source code library
1.1.1
HCE project developer library
|
#include <NameValueMass.h>
Public Member Functions | |
NameValueMass (const char *str) | |
const char * | getStrVal (const char *name) |
~NameValueMass () |
Public Attributes | |
std::map< std::string, std::string >::iterator | internalIter |
Definition at line 7 of file NameValueMass.h.
NameValueMass::NameValueMass | ( | const char * | str | ) |
Definition at line 4 of file NameValueMass.cpp.
NameValueMass::~NameValueMass | ( | ) |
Definition at line 72 of file NameValueMass.cpp.
const char * NameValueMass::getStrVal | ( | const char * | name | ) |
Definition at line 58 of file NameValueMass.cpp.
std::map<std::string, std::string>::iterator NameValueMass::internalIter |
Definition at line 13 of file NameValueMass.h.