MLPACK
1.0.4
|
Used for Log::Debug when not compiled with debugging symbols. More...
Public Member Functions | |
NullOutStream () | |
Does nothing. | |
NullOutStream (const NullOutStream &) | |
Does nothing. | |
NullOutStream & | operator<< (bool val) |
Does nothing. | |
NullOutStream & | operator<< (short val) |
Does nothing. | |
NullOutStream & | operator<< (unsigned short val) |
Does nothing. | |
NullOutStream & | operator<< (int val) |
Does nothing. | |
NullOutStream & | operator<< (unsigned int val) |
Does nothing. | |
NullOutStream & | operator<< (long val) |
Does nothing. | |
NullOutStream & | operator<< (unsigned long val) |
Does nothing. | |
NullOutStream & | operator<< (float val) |
Does nothing. | |
NullOutStream & | operator<< (double val) |
Does nothing. | |
NullOutStream & | operator<< (long double val) |
Does nothing. | |
NullOutStream & | operator<< (void *val) |
Does nothing. | |
NullOutStream & | operator<< (const char *str) |
Does nothing. | |
NullOutStream & | operator<< (std::string &str) |
Does nothing. | |
NullOutStream & | operator<< (std::streambuf *sb) |
Does nothing. | |
NullOutStream & | operator<< (std::ostream &(*pf)(std::ostream &)) |
Does nothing. | |
NullOutStream & | operator<< (std::ios &(*pf)(std::ios &)) |
Does nothing. | |
NullOutStream & | operator<< (std::ios_base &(*pf)(std::ios_base &)) |
Does nothing. | |
template<typename T > | |
NullOutStream & | operator<< (T &s) |
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.
mlpack::util::NullOutStream::NullOutStream | ( | ) | [inline] |
Does nothing.
Definition at line 43 of file nulloutstream.hpp.
mlpack::util::NullOutStream::NullOutStream | ( | const NullOutStream & | ) | [inline] |
Does nothing.
Definition at line 48 of file nulloutstream.hpp.
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.
NullOutStream& mlpack::util::NullOutStream::operator<< | ( | T & | s | ) | [inline] |
Does nothing.
Definition at line 96 of file nulloutstream.hpp.