|
xorp
|
Public Types | |
| typedef ostream &( | F )(ostream &) |
Public Member Functions | |
| void | set_verbose (bool v) |
| bool | verbose () const |
| verbose_ostream & | operator<< (const char *cc) |
| verbose_ostream & | operator<< (const string &s) |
| verbose_ostream & | operator<< (F f) |
Protected Attributes | |
| bool | _verbose |
| ostream & | _out |