#include <OgreLog.h>
Public Member Functions | |
Stream (Log *target, LogMessageLevel lml, bool maskDebug) | |
Stream (const Stream &rhs) | |
~Stream () | |
template<typename T> | |
Stream & | operator<< (const T &v) |
Stream & | operator<< (const Flush &v) |
Protected Types | |
typedef StringUtil::StrStreamType | BaseStream |
Protected Attributes | |
Log * | mTarget |
LogMessageLevel | mLevel |
bool | mMaskDebug |
BaseStream | mCache |
Classes | |
struct | Flush |
Simple type to indicate a flush of the stream to the log. More... |
Definition at line 178 of file OgreLog.h.
typedef StringUtil::StrStreamType Ogre::Log::Stream::BaseStream [protected] |
Ogre::Log::Stream::Stream | ( | Log * | target, | |
LogMessageLevel | lml, | |||
bool | maskDebug | |||
) |
Ogre::Log::Stream::Stream | ( | const Stream & | rhs | ) |
Stream& Ogre::Log::Stream::operator<< | ( | const T & | v | ) |
Log* Ogre::Log::Stream::mTarget [protected] |
LogMessageLevel Ogre::Log::Stream::mLevel [protected] |
bool Ogre::Log::Stream::mMaskDebug [protected] |
BaseStream Ogre::Log::Stream::mCache [protected] |
Copyright © 2008 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Sep 27 22:03:56 2009