output.h File Reference
Detailed Description
File that contains some output utility functions.
#include "OFELI_Config.h"
#include <iostream>
#include <iomanip>
#include <complex>
#include <string>
#include <valarray>
#include <vector>
Go to the source code of this file.
Namespaces | |
| namespace | OFELI |
Functions | |
| template<class T_> | |
| ostream & | operator<< (ostream &s, const std::pair< T_, T_ > &a) |
| Output a pair instance. | |
| template<class T_> | |
| ostream & | operator<< (ostream &s, const valarray< T_ > &v) |
| Output a valarray instance. | |
| template<class T_> | |
| ostream & | operator<< (ostream &s, const vector< T_ > &v) |
| Output a vector instance. | |
| ostream & | operator<< (ostream &s, const std::string &c) |
| Output a string. | |
| ostream & | operator<< (ostream &s, const std::complex< double > &x) |
| Output a complex number. | |