#include <ufo_debug.hpp>
Public Types | |
typedef std::ostream | ostream_type |
Public Member Functions | |
UPrintStream (std::streambuf *buf) | |
UPrintStream & | operator<< (ostream_type &(*pf)(ostream_type &)) |
template<typename T> UPrintStream & | operator<< (const T &t) |
UFO_EXPORT UPrintStream & | printf (const char *format,...) |
Public Attributes | |
USharedPtr< ostream_type > | m_stream |