#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 () |
|
|
|
|
|
Output the formatted detail to an ostream. This is a special case for string_list values.
|
|
Output the formatted detail to an ostream. This is a special case for boolean values.
|
|
Output the formatted detail to an ostream.
|
|
|