#include <pretty.h>
Public Member Functions | |
| PrettyOStream (S &os_) | |
Public Attributes | |
| S & | os |
| The std::ostream object we're outputting to. | |
Definition at line 37 of file pretty.h.
| Xapian::Internal::PrettyOStream< S >::PrettyOStream | ( | S & | os_ | ) | [inline] |
| S& Xapian::Internal::PrettyOStream< S >::os |
The std::ostream object we're outputting to.
Definition at line 39 of file pretty.h.
Referenced by operator|().