A platform for high-performance distributed tool and library development written in C++. It can be deployed in two different cluster modes: standalone or distributed. API for v0.5.0, released on June 13, 2018.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
NullStream Class Reference

#include <PDBDebug.h>

+ Collaboration diagram for NullStream:

Public Member Functions

 NullStream ()
 
NullStreamoperator<< (std::ostream &(*pf)(std::ostream &))
 
template<typename T >
NullStreamoperator<< (T const &)
 
template<typename R , typename P >
NullStreamoperator<< (R &(*pf)(P &))
 

Detailed Description

Definition at line 12 of file PDBDebug.h.

Constructor & Destructor Documentation

NullStream::NullStream ( )
inline

Definition at line 14 of file PDBDebug.h.

Member Function Documentation

NullStream& NullStream::operator<< ( std::ostream &(*)(std::ostream &)  pf)
inline

Definition at line 15 of file PDBDebug.h.

template<typename T >
NullStream& NullStream::operator<< ( T const &  )
inline

Definition at line 19 of file PDBDebug.h.

template<typename R , typename P >
NullStream& NullStream::operator<< ( R &(*)(P &)  pf)
inline

Definition at line 23 of file PDBDebug.h.


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