XmlReader::ParseStringAssigner< T > Class Template Reference

Convert a const char * to another type. More...

#include <xmlreader.h>

List of all members.

Public Member Functions

T * operator() (const char *pVal)


Detailed Description

template<typename T>
class XmlReader::ParseStringAssigner< T >

Convert a const char * to another type.

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.


Member Function Documentation

template<typename T>
T* XmlReader::ParseStringAssigner< T >::operator() ( const char *  pVal  ) 

Convert a const char * to another type.

Parameters:
pVal The const char * representation of a T
Returns:
The converted T. The caller takes ownership.

Definition at line 196 of file xmlreader.h.


Software Development Kit - Opticks 4.9.0 Build 16218