Ogre::Log::Stream Class Reference
Stream object which targets a log.
More...
#include <OgreLog.h>
List of all members.
Detailed Description
Stream object which targets a log.
- You can stream control operations to this object too, such as std::setw() and std::setfill() to control formatting.
- Note:
- Each Stream object is not thread safe, so do not pass it between threads. Multiple threads can hold their own Stream instances pointing at the same Log though and that is threadsafe.
Definition at line 199 of file OgreLog.h.
Member Typedef Documentation
Constructor & Destructor Documentation
Ogre::Log::Stream::Stream |
( |
const Stream & |
rhs |
) |
|
Ogre::Log::Stream::~Stream |
( |
|
) |
|
Member Function Documentation
Stream& Ogre::Log::Stream::operator<< |
( |
const Flush & |
v |
) |
|
template<typename T >
Stream& Ogre::Log::Stream::operator<< |
( |
const T & |
v |
) |
|
Member Data Documentation
The documentation for this class was generated from the following file: