#include <GteLogToStringArray.h>
Public Member Functions | |
std::vector< std::string > const & | GetMessages () const |
std::vector< std::string > & | GetMessages () |
std::string const & | GetName () const |
LogToStringArray (std::string const &name, int flags) | |
Public Member Functions inherited from gte::Logger::Listener | |
void | Assertion (std::string const &message) |
void | Error (std::string const &message) |
int | GetFlags () const |
void | Information (std::string const &message) |
Listener (int flags=LISTEN_FOR_NOTHING) | |
void | Warning (std::string const &message) |
virtual | ~Listener () |
Private Member Functions | |
virtual void | Report (std::string const &message) |
Private Attributes | |
std::vector< std::string > | mMessages |
std::string | mName |
Additional Inherited Members | |
Public Types inherited from gte::Logger::Listener | |
enum | { LISTEN_FOR_NOTHING = 0x00000000, LISTEN_FOR_ASSERTION = 0x00000001, LISTEN_FOR_ERROR = 0x00000002, LISTEN_FOR_WARNING = 0x00000004, LISTEN_FOR_INFORMATION = 0x00000008, LISTEN_FOR_ALL = 0xFFFFFFFF } |
Definition at line 16 of file GteLogToStringArray.h.
LogToStringArray::LogToStringArray | ( | std::string const & | name, |
int | flags | ||
) |
Definition at line 13 of file GteLogToStringArray.cpp.
std::vector< std::string > const & LogToStringArray::GetMessages | ( | ) | const |
Definition at line 25 of file GteLogToStringArray.cpp.
std::vector< std::string > & LogToStringArray::GetMessages | ( | ) |
Definition at line 30 of file GteLogToStringArray.cpp.
std::string const & LogToStringArray::GetName | ( | ) | const |
Definition at line 20 of file GteLogToStringArray.cpp.
|
privatevirtual |
Reimplemented from gte::Logger::Listener.
Definition at line 35 of file GteLogToStringArray.cpp.
|
private |
Definition at line 29 of file GteLogToStringArray.h.
|
private |
Definition at line 28 of file GteLogToStringArray.h.