#include <xmlreader.h>
Public Member Functions | |
| T * | operator() (const char *pVal) |
This templated class converts a const char * to a template specified type. T must have a constructor which takes a const char *.
Definition at line 185 of file xmlreader.h.
| T* XmlReader::ParseStringAssigner< T >::operator() | ( | const char * | pVal | ) |
Convert a const char * to another type.
| pVal | The const char * representation of a T |
Definition at line 196 of file xmlreader.h.