xapian-core  1.4.25
Public Member Functions | Public Attributes | List of all members
PrettyOStream< S > Struct Template Reference

#include <pretty.h>

Public Member Functions

 PrettyOStream (S &os_)
 
template<typename T >
PrettyOStreamoperator| (const T &t)
 

Public Attributes

S & os
 The std::ostream object we're outputting to. More...
 

Detailed Description

template<class S>
struct PrettyOStream< S >

Definition at line 34 of file pretty.h.

Constructor & Destructor Documentation

◆ PrettyOStream()

template<class S >
PrettyOStream< S >::PrettyOStream ( S &  os_)
inline

Definition at line 38 of file pretty.h.

Member Function Documentation

◆ operator|()

template<class S >
template<typename T >
PrettyOStream& PrettyOStream< S >::operator| ( const T &  t)
inline

Definition at line 39 of file pretty.h.

Member Data Documentation

◆ os

template<class S >
S& PrettyOStream< S >::os

The std::ostream object we're outputting to.

Definition at line 36 of file pretty.h.

Referenced by operator<<().


The documentation for this struct was generated from the following file: