This header defines the ToString class. More...
Include dependency graph for ToString.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | ToString |
ToString is a convenience class for converting non-string types to strings. More... | |
Functions | |
template<typename T > | |
string | to_string (const T &obj) SSRC_DECL_THROW(std |
template<> | |
string | to_string< string > (const string &obj) SSRC_DECL_THROW(std |
template<> | |
string | to_string< char * > (char *const &obj) SSRC_DECL_THROW(std |
Detailed Description
This header defines the ToString class.
Definition in file ToString.h.
Function Documentation
Definition at line 240 of file ToString.h.
Referenced by find_logins(), EventQueue::process_request(), EventQueue::reply(), and set_uid_to_login().
Definition at line 255 of file ToString.h.
Copyright © 2006-2011 Savarese Software Research Corporation. All rights reserved.