- Your Widget Set For OpenGL
#include <ufo_debug.hpp>
Public Types | |
| typedef std::ostream | ostream_type |
Public Member Functions | |
| UDebugStream (std::streambuf *buf) | |
| UDebugStream & | operator<< (ostream_type &(*)(ostream_type &)) |
| template<typename T> UDebugStream & | operator<< (const T &t) |
| UFO_EXPORT UDebugStream & | printf (const char *format,...) |
Public Attributes | |
| USharedPtr< ostream_type > | m_stream |
|
||||||||||||
|
Prints the string
|