FairRoot/PandaRoot
Public Member Functions | List of all members
PndFTSCANoDebugStream Class Reference

#include <debug.h>

Public Member Functions

PndFTSCANoDebugStreamoperator<< (std::ostream &(*)(std::ostream &))
 
template<typename T >
PndFTSCANoDebugStreamoperator<< (const T &)
 

Detailed Description

Definition at line 22 of file debug.h.

Member Function Documentation

PndFTSCANoDebugStream& PndFTSCANoDebugStream::operator<< ( std::ostream *)(std::ostream &)
inline

Definition at line 24 of file debug.h.

24 { return *this; }
template<typename T >
PndFTSCANoDebugStream& PndFTSCANoDebugStream::operator<< ( const T )
inline

Definition at line 27 of file debug.h.

27 { return *this; }

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