xapian-core
1.4.26
|
#include <pretty.h>
Public Member Functions | |
PrettyOStream (S &os_) | |
template<typename T > | |
PrettyOStream & | operator| (const T &t) |
Public Attributes | |
S & | os |
The std::ostream object we're outputting to. More... | |
|
inline |
|
inline |
S& PrettyOStream< S >::os |
The std::ostream object we're outputting to.
Definition at line 36 of file pretty.h.
Referenced by operator<<().