#include <iosfwd>
#include <string>
#include <ostream>
Include dependency graph for XANAVerbose.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | XANAVerbose |
Functions | |
std::ostream & | operator<< (std::ostream &o, const XANAVerbose &v) |
|
Definition at line 61 of file XANAVerbose.h. References XANAVerbose::out.
00061 { 00062 00063 return v ? o : XANAVerbose::out; 00064 00065 } |