#include <xmlreader.h>
Public Member Functions | |
| T | operator() (const char *pVal) |
This templated class converts a string to a template specified type using a std::stringstream.
Definition at line 127 of file xmlreader.h.
| T XmlReader::StringStreamAssigner< T >::operator() | ( | const char * | pVal | ) |
Convert a string to another type.
| pVal | The string representation of a T |
Definition at line 141 of file xmlreader.h.