#include <MyGUI_LogStream.h>
Data Structures | |
struct | LogStreamEnd |
Public Member Functions | |
LogStream & | operator<< (const LogStreamEnd &_endl) |
template<typename T > | |
LogStream & | operator<< (T _value) |
const std::string & | getFileName () const |
Friends | |
class | LogManager |
Definition at line 34 of file MyGUI_LogStream.h.
const std::string& MyGUI::LogStream::getFileName | ( | ) | const [inline] |
Definition at line 52 of file MyGUI_LogStream.h.
LogStream& MyGUI::LogStream::operator<< | ( | T | _value | ) | [inline] |
Definition at line 45 of file MyGUI_LogStream.h.
LogStream & MyGUI::LogStream::operator<< | ( | const LogStreamEnd & | _endl | ) |
Definition at line 100 of file MyGUI_LogStream.cpp.
friend class LogManager [friend] |
Definition at line 36 of file MyGUI_LogStream.h.