HCE project C++ developers source code library  1.1.1
HCE project developer library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
NameValueMass Class Reference

#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

Detailed Description

Definition at line 7 of file NameValueMass.h.

Constructor & Destructor Documentation

NameValueMass::NameValueMass ( const char *  str)

Definition at line 4 of file NameValueMass.cpp.

NameValueMass::~NameValueMass ( )

Definition at line 72 of file NameValueMass.cpp.

Member Function Documentation

const char * NameValueMass::getStrVal ( const char *  name)

Definition at line 58 of file NameValueMass.cpp.

Member Data Documentation

std::map<std::string, std::string>::iterator NameValueMass::internalIter

Definition at line 13 of file NameValueMass.h.


The documentation for this class was generated from the following files: