mlpack
|
Used for Log::Debug when not compiled with debugging symbols. More...
#include <nulloutstream.hpp>
Public Member Functions | |
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.