Medical Imaging Interaction Toolkit  2023.12.99-fc5b483f
Medical Imaging Interaction Toolkit
mitk::NullLogStream Class Reference

Simulates a std::cout stream but does nothing. More...

#include <mitkLog.h>

Public Member Functions

template<class T >
NullLogStreamoperator<< (const T &)
 
template<class T >
NullLogStreamoperator<< (T &)
 
NullLogStreamoperator<< (std::ostream &(*)(std::ostream &))
 
NullLogStreamoperator() (const char *)
 
NullLogStreamoperator() (bool)
 

Detailed Description

Simulates a std::cout stream but does nothing.

Should only be used by the macros defined in the file mitkLog.h.

Definition at line 177 of file mitkLog.h.

Member Function Documentation

◆ operator()() [1/2]

NullLogStream& mitk::NullLogStream::operator() ( bool  )
inline

Definition at line 202 of file mitkLog.h.

◆ operator()() [2/2]

NullLogStream& mitk::NullLogStream::operator() ( const char *  )
inline

Definition at line 197 of file mitkLog.h.

◆ operator<<() [1/3]

template<class T >
NullLogStream& mitk::NullLogStream::operator<< ( const T &  )
inline

Definition at line 181 of file mitkLog.h.

◆ operator<<() [2/3]

NullLogStream& mitk::NullLogStream::operator<< ( std::ostream &  *)(std::ostream &)
inline

Definition at line 192 of file mitkLog.h.

◆ operator<<() [3/3]

template<class T >
NullLogStream& mitk::NullLogStream::operator<< ( T &  )
inline

Definition at line 187 of file mitkLog.h.


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