MLPACK
1.0.7
|
Used for Log::Debug when not compiled with debugging symbols. More...
Public Member Functions | |
NullOutStream () | |
Does nothing. More... | |
NullOutStream (const NullOutStream &) | |
Does nothing. More... | |
NullOutStream & | operator<< (bool val) |
Does nothing. More... | |
NullOutStream & | operator<< (short val) |
Does nothing. More... | |
NullOutStream & | operator<< (unsigned short val) |
Does nothing. More... | |
NullOutStream & | operator<< (int val) |
Does nothing. More... | |
NullOutStream & | operator<< (unsigned int val) |
Does nothing. More... | |
NullOutStream & | operator<< (long val) |
Does nothing. More... | |
NullOutStream & | operator<< (unsigned long val) |
Does nothing. More... | |
NullOutStream & | operator<< (float val) |
Does nothing. More... | |
NullOutStream & | operator<< (double val) |
Does nothing. More... | |
NullOutStream & | operator<< (long double val) |
Does nothing. More... | |
NullOutStream & | operator<< (void *val) |
Does nothing. More... | |
NullOutStream & | operator<< (const char *str) |
Does nothing. More... | |
NullOutStream & | operator<< (std::string &str) |
Does nothing. More... | |
NullOutStream & | operator<< (std::streambuf *sb) |
Does nothing. More... | |
NullOutStream & | operator<< (std::ostream &(*pf)(std::ostream &)) |
Does nothing. More... | |
NullOutStream & | operator<< (std::ios &(*pf)(std::ios &)) |
Does nothing. More... | |
NullOutStream & | operator<< (std::ios_base &(*pf)(std::ios_base &)) |
Does nothing. More... | |
template<typename T > | |
NullOutStream & | operator<< (T &s) |
Does nothing. More... | |
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.
|
inline |
Does nothing.
Definition at line 43 of file nulloutstream.hpp.
|
inline |
Does nothing.
Definition at line 48 of file nulloutstream.hpp.
|
inline |
Does nothing.
Definition at line 58 of file nulloutstream.hpp.
|
inline |
Does nothing.
Definition at line 60 of file nulloutstream.hpp.
|
inline |
Does nothing.
Definition at line 62 of file nulloutstream.hpp.
|
inline |
Does nothing.
Definition at line 64 of file nulloutstream.hpp.
|
inline |
Does nothing.
Definition at line 66 of file nulloutstream.hpp.
|
inline |
Does nothing.
Definition at line 68 of file nulloutstream.hpp.
|
inline |
Does nothing.
Definition at line 70 of file nulloutstream.hpp.
|
inline |
Does nothing.
Definition at line 72 of file nulloutstream.hpp.
|
inline |
Does nothing.
Definition at line 74 of file nulloutstream.hpp.
|
inline |
Does nothing.
Definition at line 76 of file nulloutstream.hpp.
|
inline |
Does nothing.
Definition at line 78 of file nulloutstream.hpp.
|
inline |
Does nothing.
Definition at line 80 of file nulloutstream.hpp.
|
inline |
Does nothing.
Definition at line 82 of file nulloutstream.hpp.
|
inline |
Does nothing.
Definition at line 84 of file nulloutstream.hpp.
|
inline |
Does nothing.
Definition at line 86 of file nulloutstream.hpp.
|
inline |
Does nothing.
Definition at line 89 of file nulloutstream.hpp.
|
inline |
Does nothing.
Definition at line 91 of file nulloutstream.hpp.
|
inline |
Does nothing.
Definition at line 96 of file nulloutstream.hpp.