File that contains some output utility functions. More...
Namespaces | |
| namespace | OFELI |
| A namespace to group all library classes, functions, ... | |
Functions | |
| ostream & | operator<< (ostream &s, const std::string &c) |
| Output a string. | |
| template<class T_ > | |
| ostream & | operator<< (ostream &s, const vector< T_ > &v) |
| Output a vector instance. | |
| template<class T_ > | |
| ostream & | operator<< (ostream &s, const std::list< T_ > &l) |
| Output a vector instance. | |
| template<class T_ > | |
| ostream & | operator<< (ostream &s, const std::pair< T_, T_ > &a) |
| Output a pair instance. | |
File that contains some output utility functions.