#include <Verbose_ostream.h>
Public Member Functions | |
Verbose_ostream (bool active=false, std::ostream &out=std::cerr) | |
bool | verbose () const |
void | set_verbose (bool active) |
std::ostream & | out () |
template<class T > | |
Verbose_ostream & | operator<< (const T &t) |
Verbose_ostream & | operator<< (char c) |
Verbose_ostream & | operator<< (const char *s) |
Verbose_ostream & | operator<< (int a) |
Verbose_ostream & | operator<< (long l) |
Verbose_ostream & | operator<< (double d) |
Verbose_ostream & | operator<< (float f) |
Verbose_ostream & | operator<< (unsigned int a) |
Verbose_ostream & | operator<< (unsigned long l) |
Verbose_ostream & | operator<< (void *p) |
Verbose_ostream & | operator<< (short i) |
Verbose_ostream & | operator<< (unsigned short i) |
Verbose_ostream & | operator<< (std::ostream &(*f)(std::ostream &)) |
Verbose_ostream & | operator<< (std::ios &(*f)(std::ios &)) |
Verbose_ostream & | flush () |
Verbose_ostream & | put (char c) |
Verbose_ostream & | write (const char *s, int n) |
Private Attributes | |
bool | b |
std::ostream * | o |
Definition at line 63 of file Verbose_ostream.h.
|
inline |
Definition at line 67 of file Verbose_ostream.h.
|
inline |
Definition at line 99 of file Verbose_ostream.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 72 of file Verbose_ostream.h.
References o.
Referenced by setup_py::steadytemp().
|
inline |
Definition at line 104 of file Verbose_ostream.h.
|
inline |
|
inline |
|
inline |
Definition at line 109 of file Verbose_ostream.h.
|
private |
Definition at line 64 of file Verbose_ostream.h.
Referenced by flush(), put(), set_verbose(), verbose(), and write().
|
private |