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) |
Does nothing. More... | |
NullOutStream & | operator<< (short) |
Does nothing. More... | |
NullOutStream & | operator<< (unsigned short) |
Does nothing. More... | |
NullOutStream & | operator<< (int) |
Does nothing. More... | |
NullOutStream & | operator<< (unsigned int) |
Does nothing. More... | |
NullOutStream & | operator<< (long) |
Does nothing. More... | |
NullOutStream & | operator<< (unsigned long) |
Does nothing. More... | |
NullOutStream & | operator<< (float) |
Does nothing. More... | |
NullOutStream & | operator<< (double) |
Does nothing. More... | |
NullOutStream & | operator<< (long double) |
Does nothing. More... | |
NullOutStream & | operator<< (void *) |
Does nothing. More... | |
NullOutStream & | operator<< (const char *) |
Does nothing. More... | |
NullOutStream & | operator<< (std::string &) |
Does nothing. More... | |
NullOutStream & | operator<< (std::streambuf *) |
Does nothing. More... | |
NullOutStream & | operator<< (std::ostream &(*)(std::ostream &)) |
Does nothing. More... | |
NullOutStream & | operator<< (std::ios &(*)(std::ios &)) |
Does nothing. More... | |
NullOutStream & | operator<< (std::ios_base &(*)(std::ios_base &)) |
Does nothing. More... | |
template < typename T > | |
NullOutStream & | operator<< (const T &) |
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 27 of file nulloutstream.hpp.
|
inline |
Does nothing.
Definition at line 33 of file nulloutstream.hpp.
|
inline |
Does nothing.
Definition at line 38 of file nulloutstream.hpp.
|
inline |
Does nothing.
Definition at line 41 of file nulloutstream.hpp.
|
inline |
Does nothing.
Definition at line 43 of file nulloutstream.hpp.
|
inline |
Does nothing.
Definition at line 45 of file nulloutstream.hpp.
|
inline |
Does nothing.
Definition at line 47 of file nulloutstream.hpp.
|
inline |
Does nothing.
Definition at line 49 of file nulloutstream.hpp.
|
inline |
Does nothing.
Definition at line 51 of file nulloutstream.hpp.
|
inline |
Does nothing.
Definition at line 53 of file nulloutstream.hpp.
|
inline |
Does nothing.
Definition at line 55 of file nulloutstream.hpp.
|
inline |
Does nothing.
Definition at line 57 of file nulloutstream.hpp.
|
inline |
Does nothing.
Definition at line 59 of file nulloutstream.hpp.
|
inline |
Does nothing.
Definition at line 61 of file nulloutstream.hpp.
|
inline |
Does nothing.
Definition at line 63 of file nulloutstream.hpp.
|
inline |
Does nothing.
Definition at line 65 of file nulloutstream.hpp.
|
inline |
Does nothing.
Definition at line 67 of file nulloutstream.hpp.
|
inline |
Does nothing.
Definition at line 69 of file nulloutstream.hpp.
|
inline |
Does nothing.
Definition at line 71 of file nulloutstream.hpp.
|
inline |
Does nothing.
Definition at line 73 of file nulloutstream.hpp.
|
inline |
Does nothing.
Definition at line 78 of file nulloutstream.hpp.