test.cc File Reference

#include <iostream>
#include <ostream>
#include <string>
#include <iomanip>

Include dependency graph for test.cc:


Classes

class  string_list
class  format_detail< T >

Defines

#define _(s)   s

Functions

std::string string_list_to_string (const string_list &, const std::string &)
template<typename T>
std::ostream & operator<< (std::ostream &stream, format_detail< T > const &rhs)
 Output the formatted detail to an ostream.
template<>
std::ostream & operator<< (std::ostream &stream, format_detail< bool > const &rhs)
 Output the formatted detail to an ostream.
template<>
std::ostream & operator<< (std::ostream &stream, format_detail< string_list > const &rhs)
 Output the formatted detail to an ostream.
int main ()

Define Documentation

#define _  )     s
 


Function Documentation

int main  ) 
 

template<>
std::ostream & operator<< std::ostream &  stream,
format_detail< string_list > const &  rhs
 

Output the formatted detail to an ostream.

This is a special case for string_list values.

Parameters:
stream the stream to output to.
rhs the formatted detail to output.
Returns:
the stream.

template<>
std::ostream & operator<< std::ostream &  stream,
format_detail< bool > const &  rhs
 

Output the formatted detail to an ostream.

This is a special case for boolean values.

Parameters:
stream the stream to output to.
rhs the formatted detail to output.
Returns:
the stream.

template<typename T>
std::ostream & operator<< std::ostream &  stream,
format_detail< T > const &  rhs
 

Output the formatted detail to an ostream.

Parameters:
stream the stream to output to.
rhs the formatted detail to output.
Returns:
the stream.

std::string string_list_to_string const string_list ,
const std::string & 
 


Generated on Sun Apr 30 14:09:56 2006 for schroot by  doxygen 1.4.6