|
xapian-core
1.4.30
|
#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 |
Definition at line 39 of file pretty.h.
References PrettyOStream< S >::os.
| S& PrettyOStream< S >::os |
The std::ostream object we're outputting to.
Definition at line 36 of file pretty.h.
Referenced by PrettyOStream< S >::operator|().