Stream object which targets a log. More...
#include <OgreLog.h>
Classes | |
struct | Flush |
Simple type to indicate a flush of the stream to the log. More... | |
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 |
Stream object which targets a log.
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 | ) |
Definition at line 233 of file OgreLog.h.
References Ogre::StringUtil::BLANK.
BaseStream Ogre::Log::Stream::mCache [protected] |
LogMessageLevel Ogre::Log::Stream::mLevel [protected] |
bool Ogre::Log::Stream::mMaskDebug [protected] |
Log* Ogre::Log::Stream::mTarget [protected] |
Copyright © 2008 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Sat Jan 14 2012 18:40:48