#include <xmlreader.h>
Public Member Functions | |
| T | operator() (const char *pVal) |
This templated class converts a const char * to a template specified type by first converting it to a std::string. T must have a std::string conversion operator or a constructor which takes a std::string.
Definition at line 160 of file xmlreader.h.
| T XmlReader::StringAssigner< T >::operator() | ( | const char * | pVal | ) |
Convert a const char * to another type.
| pVal | The const char * representation of a T |
Definition at line 171 of file xmlreader.h.