Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

Anaphe Namespace Reference


Compounds

class  Anaphe::Reporter
class  Anaphe::Reporter::Test

Functions

template<class T> std::string to_string (const T &val)
template<class T> bool to_value (std::string s, T &val)


Function Documentation

std::string to_string const T &    val
 

Convert value to string using stream operator<<. Type T must have operator<< for ostream.

Definition at line 31 of file string_conversion.h.

bool to_value std::string    s,
T &    val
 

Convert string to value using stream operator>>. Type T must have operator>> for istream.

Definition at line 49 of file string_conversion.h.


Generated on Tue May 20 14:50:28 2003 for HepUtilities by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002