Savarese Software Research Corporation
StringTo.h File Reference

This header defines the StringTo class. More...

#include <ssrc/wispers-packages.h>
#include <typeinfo>
#include <sstream>
#include <cstring>
Include dependency graph for StringTo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  StringTo

Functions

template<typename T >
string_to (const string &str) SSRC_DECL_THROW(std
template<>
string string_to< string > (const string &str) SSRC_DECL_THROW(std
template<>
const char * string_to< const char * > (const string &str) SSRC_DECL_THROW(std
template<typename T >
string_to (const char *str) SSRC_DECL_THROW(std
template<>
string string_to< string > (const char *str) SSRC_DECL_THROW(std
template<>
const char * string_to< const char * > (const char *str) SSRC_DECL_THROW(std

Detailed Description

This header defines the StringTo class.

Definition in file StringTo.h.


Function Documentation

template<typename T >
T string_to ( const string str) [inline]

Definition at line 140 of file StringTo.h.

References StringTo::cast().

template<typename T >
T string_to ( const char *  str) [inline]

Definition at line 162 of file StringTo.h.

References StringTo::cast().

template<>
const char* string_to< const char * > ( const string str) [inline]

Definition at line 155 of file StringTo.h.

template<>
const char* string_to< const char * > ( const char *  str) [inline]

Definition at line 177 of file StringTo.h.

template<>
string string_to< string > ( const string str) [inline]

Definition at line 148 of file StringTo.h.

template<>
string string_to< string > ( const char *  str) [inline]

Definition at line 170 of file StringTo.h.

References string.


Savarese Software Research Corporation
Copyright © 2006-2011 Savarese Software Research Corporation. All rights reserved.