#include <xmlreader.h>
Public Member Functions | |
| std::string | operator() (const char *pVal) |
This is an explicit specialization of the StringStreamAssigner template.
Definition at line 495 of file xmlreader.h.
| std::string XmlReader::StringStreamAssigner< std::string >::operator() | ( | const char * | pVal | ) |
Convert a null-terminated char array to a std::string.
| pVal | The null-terminated char array. |
Definition at line 506 of file xmlreader.h.