- Your Widget Set For OpenGL
Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | Related Pages

ufo::UPrintStream Class Reference

#include <ufo_debug.hpp>

List of all members.

Public Types

typedef std::ostream ostream_type

Public Member Functions

 UPrintStream (std::streambuf *buf)
UPrintStreamoperator<< (ostream_type &(*pf)(ostream_type &))
template<typename T> UPrintStreamoperator<< (const T &t)
UFO_EXPORT UPrintStreamprintf (const char *format,...)

Public Attributes

USharedPtr< ostream_type > m_stream


Detailed Description

The UPrintStream is a text stream for outputting error messages. In difference to UDebugStream, this error messages are always printed, not only in debug mode.


The documentation for this class was generated from the following file:
The libUFO Project - written by Johannes Schmidt