Used for log::debug when not compiled with debugging symbols.
NullOutStream ()
Does nothing. NullOutStream (const NullOutStream &)
Does nothing. NullOutStream & operator<< (bool)
Does nothing. NullOutStream & operator<< (short)
Does nothing. NullOutStream & operator<< (unsigned short)
Does nothing. NullOutStream & operator<< (int)
Does nothing. NullOutStream & operator<< (unsigned int)
Does nothing. NullOutStream & operator<< (long)
Does nothing. NullOutStream & operator<< (unsigned long)
Does nothing. NullOutStream & operator<< (float)
Does nothing. NullOutStream & operator<< (double)
Does nothing. NullOutStream & operator<< (long double)
Does nothing. NullOutStream & operator<< (void *)
Does nothing. NullOutStream & operator<< (const char *)
Does nothing. NullOutStream & operator<< (std::string &)
Does nothing. NullOutStream & operator<< (std::streambuf *)
Does nothing. NullOutStream & operator<< (std::ostream &(*)(std::ostream &))
Does nothing. NullOutStream & operator<< (std::ios &(*)(std::ios &))
Does nothing. NullOutStream & operator<< (std::ios_base &(*)(std::ios_base &))
Does nothing. template<typename T > NullOutStream & operator<< (const T &)
Does nothing.
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.
Does nothing.
Definition at line 43 of file nulloutstream.hpp.
Does nothing.
Definition at line 48 of file nulloutstream.hpp.
Does nothing.
Definition at line 51 of file nulloutstream.hpp.
Does nothing.
Definition at line 53 of file nulloutstream.hpp.
Does nothing.
Definition at line 55 of file nulloutstream.hpp.
Does nothing.
Definition at line 57 of file nulloutstream.hpp.
Does nothing.
Definition at line 59 of file nulloutstream.hpp.
Does nothing.
Definition at line 61 of file nulloutstream.hpp.
Does nothing.
Definition at line 63 of file nulloutstream.hpp.
Does nothing.
Definition at line 65 of file nulloutstream.hpp.
Does nothing.
Definition at line 67 of file nulloutstream.hpp.
Does nothing.
Definition at line 69 of file nulloutstream.hpp.
Does nothing.
Definition at line 71 of file nulloutstream.hpp.
Does nothing.
Definition at line 73 of file nulloutstream.hpp.
Does nothing.
Definition at line 75 of file nulloutstream.hpp.
Does nothing.
Definition at line 77 of file nulloutstream.hpp.
Does nothing.
Definition at line 79 of file nulloutstream.hpp.
Does nothing.
Definition at line 81 of file nulloutstream.hpp.
Does nothing.
Definition at line 83 of file nulloutstream.hpp.
Does nothing.
Definition at line 88 of file nulloutstream.hpp.
Generated automatically by Doxygen for MLPACK from the source code.