|
| LogToStringArray (std::string const &name, int flags) |
|
std::string const & | GetName () const |
|
std::vector< std::string > const & | GetMessages () const |
|
std::vector< std::string > & | GetMessages () |
|
| Listener (int flags) |
|
int | GetFlags () const |
|
void | Assertion (std::string const &message) |
|
void | Error (std::string const &message) |
|
void | Warning (std::string const &message) |
|
void | Information (std::string const &message) |
|
|
virtual void | Report (std::string const &message) override |
|
|
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 19 of file NeLogToStringArray.h.
◆ Report()
virtual void NeuralEngine::LogToStringArray::Report |
( |
std::string const & |
message | ) |
|
|
overrideprivatevirtual |
◆ mName
std::string NeuralEngine::LogToStringArray::mName |
|
private |
◆ mMessages
std::vector<std::string> NeuralEngine::LogToStringArray::mMessages |
|
private |
The documentation for this class was generated from the following file: