This header defines the StringTo class. More...
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 > | |
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 > | |
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
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().
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.
Definition at line 148 of file StringTo.h.
Copyright © 2006-2011 Savarese Software Research Corporation. All rights reserved.