MLPACK  1.0.4
Public Member Functions
mlpack::util::NullOutStream Class Reference

Used for Log::Debug when not compiled with debugging symbols. More...

List of all members.

Public Member Functions

 NullOutStream ()
 Does nothing.
 NullOutStream (const NullOutStream &)
 Does nothing.
NullOutStreamoperator<< (bool val)
 Does nothing.
NullOutStreamoperator<< (short val)
 Does nothing.
NullOutStreamoperator<< (unsigned short val)
 Does nothing.
NullOutStreamoperator<< (int val)
 Does nothing.
NullOutStreamoperator<< (unsigned int val)
 Does nothing.
NullOutStreamoperator<< (long val)
 Does nothing.
NullOutStreamoperator<< (unsigned long val)
 Does nothing.
NullOutStreamoperator<< (float val)
 Does nothing.
NullOutStreamoperator<< (double val)
 Does nothing.
NullOutStreamoperator<< (long double val)
 Does nothing.
NullOutStreamoperator<< (void *val)
 Does nothing.
NullOutStreamoperator<< (const char *str)
 Does nothing.
NullOutStreamoperator<< (std::string &str)
 Does nothing.
NullOutStreamoperator<< (std::streambuf *sb)
 Does nothing.
NullOutStreamoperator<< (std::ostream &(*pf)(std::ostream &))
 Does nothing.
NullOutStreamoperator<< (std::ios &(*pf)(std::ios &))
 Does nothing.
NullOutStreamoperator<< (std::ios_base &(*pf)(std::ios_base &))
 Does nothing.
template<typename T >
NullOutStreamoperator<< (T &s)
 Does nothing.

Detailed Description

Used for Log::Debug when not compiled with debugging symbols.

This class does nothing and should be optimized out entirely by the compiler.

Definition at line 37 of file nulloutstream.hpp.


Constructor & Destructor Documentation

Does nothing.

Definition at line 43 of file nulloutstream.hpp.

Does nothing.

Definition at line 48 of file nulloutstream.hpp.


Member Function Documentation

NullOutStream& mlpack::util::NullOutStream::operator<< ( bool  val) [inline]

Does nothing.

Definition at line 58 of file nulloutstream.hpp.

NullOutStream& mlpack::util::NullOutStream::operator<< ( short  val) [inline]

Does nothing.

Definition at line 60 of file nulloutstream.hpp.

NullOutStream& mlpack::util::NullOutStream::operator<< ( unsigned short  val) [inline]

Does nothing.

Definition at line 62 of file nulloutstream.hpp.

NullOutStream& mlpack::util::NullOutStream::operator<< ( int  val) [inline]

Does nothing.

Definition at line 64 of file nulloutstream.hpp.

NullOutStream& mlpack::util::NullOutStream::operator<< ( unsigned int  val) [inline]

Does nothing.

Definition at line 66 of file nulloutstream.hpp.

NullOutStream& mlpack::util::NullOutStream::operator<< ( long  val) [inline]

Does nothing.

Definition at line 68 of file nulloutstream.hpp.

NullOutStream& mlpack::util::NullOutStream::operator<< ( unsigned long  val) [inline]

Does nothing.

Definition at line 70 of file nulloutstream.hpp.

NullOutStream& mlpack::util::NullOutStream::operator<< ( float  val) [inline]

Does nothing.

Definition at line 72 of file nulloutstream.hpp.

NullOutStream& mlpack::util::NullOutStream::operator<< ( double  val) [inline]

Does nothing.

Definition at line 74 of file nulloutstream.hpp.

NullOutStream& mlpack::util::NullOutStream::operator<< ( long double  val) [inline]

Does nothing.

Definition at line 76 of file nulloutstream.hpp.

NullOutStream& mlpack::util::NullOutStream::operator<< ( void *  val) [inline]

Does nothing.

Definition at line 78 of file nulloutstream.hpp.

NullOutStream& mlpack::util::NullOutStream::operator<< ( const char *  str) [inline]

Does nothing.

Definition at line 80 of file nulloutstream.hpp.

NullOutStream& mlpack::util::NullOutStream::operator<< ( std::string &  str) [inline]

Does nothing.

Definition at line 82 of file nulloutstream.hpp.

NullOutStream& mlpack::util::NullOutStream::operator<< ( std::streambuf *  sb) [inline]

Does nothing.

Definition at line 84 of file nulloutstream.hpp.

NullOutStream& mlpack::util::NullOutStream::operator<< ( std::ostream &(*)(std::ostream &)  pf) [inline]

Does nothing.

Definition at line 86 of file nulloutstream.hpp.

NullOutStream& mlpack::util::NullOutStream::operator<< ( std::ios &(*)(std::ios &)  pf) [inline]

Does nothing.

Definition at line 89 of file nulloutstream.hpp.

NullOutStream& mlpack::util::NullOutStream::operator<< ( std::ios_base &(*)(std::ios_base &)  pf) [inline]

Does nothing.

Definition at line 91 of file nulloutstream.hpp.

template<typename T >
NullOutStream& mlpack::util::NullOutStream::operator<< ( T &  s) [inline]

Does nothing.

Definition at line 96 of file nulloutstream.hpp.


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