XmlReader::StringStreamAssigner< std::string > Class Template Reference

Convert a null-terminated char array to a std::string. More...

#include <xmlreader.h>

List of all members.

Public Member Functions

std::string operator() (const char *pVal)


Detailed Description

template<>
class XmlReader::StringStreamAssigner< std::string >

Convert a null-terminated char array to a std::string.

This is an explicit specialization of the StringStreamAssigner template.

Definition at line 495 of file xmlreader.h.


Member Function Documentation

std::string XmlReader::StringStreamAssigner< std::string >::operator() ( const char *  pVal  ) 

Convert a null-terminated char array to a std::string.

Parameters:
pVal The null-terminated char array.
Returns:
The char array converted to a std::string.

Definition at line 506 of file xmlreader.h.


Software Development Kit - Opticks 4.9.0 Build 16218