#include <LogStream.h>
Public Member Functions | |
LogStream () | |
~LogStream () | |
void | flushit () |
LogStream () | |
~LogStream () | |
void | flushit () |
Public Attributes | |
BON::Project | m_proj |
msgtype_enum | m_msgtype |
std::string | m_buff |
Friends | |
LogStream & | operator<< (LogStream &s, msgtype_enum msgtype) |
LogStream & | operator<< (LogStream &s, const BON::FCO &fco) |
LogStream & | operator<< (LogStream &s, const char *r) |
LogStream & | operator<< (LogStream &s, const std::string &r) |
LogStream & | operator<< (LogStream &s, const int i) |
LogStream & | operator<< (LogStream &s, msgtype_enum msgtype) |
LogStream & | operator<< (LogStream &s, const BON::FCO &fco) |
LogStream & | operator<< (LogStream &s, const char *r) |
LogStream & | operator<< (LogStream &s, const std::string &r) |
LogStream & | operator<< (LogStream &s, const int i) |
Definition at line 9 of file BONExtender/LogStream.h.
LogStream::LogStream | ( | ) |
Definition at line 9 of file BONExtender/LogStream.cpp.
LogStream::~LogStream | ( | ) |
Definition at line 15 of file BONExtender/LogStream.cpp.
LogStream::LogStream | ( | ) |
LogStream::~LogStream | ( | ) |
void LogStream::flushit | ( | ) |
void LogStream::flushit | ( | ) |
Definition at line 21 of file BONExtender/LogStream.cpp.
Definition at line 85 of file BONExtender/LogStream.cpp.
LogStream& operator<< | ( | LogStream & | s, | |
const std::string & | r | |||
) | [friend] |
Definition at line 67 of file BONExtender/LogStream.cpp.
Definition at line 62 of file BONExtender/LogStream.cpp.
Definition at line 45 of file BONExtender/LogStream.cpp.
Definition at line 29 of file BONExtender/LogStream.cpp.
Definition at line 85 of file BONExtender/LogStream.cpp.
LogStream& operator<< | ( | LogStream & | s, | |
const std::string & | r | |||
) | [friend] |
Definition at line 67 of file BONExtender/LogStream.cpp.
Definition at line 62 of file BONExtender/LogStream.cpp.
Definition at line 45 of file BONExtender/LogStream.cpp.
Definition at line 29 of file BONExtender/LogStream.cpp.
Definition at line 25 of file BONExtender/LogStream.h.
msgtype_enum LogStream::m_msgtype |
Definition at line 24 of file BONExtender/LogStream.h.
Definition at line 23 of file BONExtender/LogStream.h.