libdbg 1.2
Public Member Functions
dbg::null_stream Class Reference

In non-debug versions, this class is used to replace an ostream so that code will compile away. More...

#include <dbg.h>

List of all members.

Public Member Functions

template<class otype >
null_streamoperator<< (const otype &)
template<class otype >
null_streamoperator<< (otype &)
null_streamoperator<< (std::ostream &(*)(std::ostream &))

Detailed Description

In non-debug versions, this class is used to replace an ostream so that code will compile away.

Do not use it directly.

Definition at line 1897 of file dbg.h.


The documentation for this class was generated from the following file: