|
OGRE
1.9.0
|
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 (const Stream &rhs) | |
| Stream (Log *target, LogMessageLevel lml, bool maskDebug) | |
| ~Stream () | |
| Stream & | operator<< (const Flush &v) |
| template<typename T> | |
| Stream & | operator<< (const T &v) |
Protected Types | |
| typedef StringUtil::StrStreamType | BaseStream |
Protected Attributes | |
| BaseStream | mCache |
| LogMessageLevel | mLevel |
| bool | mMaskDebug |
| Log * | mTarget |
Stream object which targets a log.
|
protected |
| Ogre::Log::Stream::Stream | ( | Log * | target, |
| LogMessageLevel | lml, | ||
| bool | maskDebug ) |
Definition at line 215 of file OgreLog.h.
References Ogre::Log::Log(), mLevel, mMaskDebug, and mTarget.
Referenced by Stream(), operator<<(), and operator<<().
| Ogre::Log::Stream::Stream | ( | const Stream & | rhs | ) |
| Ogre::Log::Stream::~Stream | ( | ) |
Definition at line 243 of file OgreLog.h.
References Stream(), Ogre::StringUtil::BLANK, mCache, mLevel, mMaskDebug, and mTarget.
| Stream & Ogre::Log::Stream::operator<< | ( | const T & | v | ) |
|
protected |
Definition at line 208 of file OgreLog.h.
Referenced by Stream(), ~Stream(), operator<<(), and operator<<().
|
protected |
|
protected |
|
protected |
1.13.2