Manak
2.0.0
|
Public Member Functions | |
TestEntry (const std::string &filename, size_t line_no, const std::string &msg="") | |
virtual | ~TestEntry () |
const std::string & | Filename () const |
const size_t & | LineNo () const |
virtual const std::string & | Msg () const |
Public Attributes | |
std::string | filename |
size_t | line_no |
std::string | msg |
Definition at line 9 of file monitor_entry.hpp.
|
inline |
Definition at line 11 of file monitor_entry.hpp.
|
inlinevirtual |
Definition at line 18 of file monitor_entry.hpp.
|
inline |
Definition at line 20 of file monitor_entry.hpp.
References filename.
|
inline |
Definition at line 25 of file monitor_entry.hpp.
References line_no.
|
inlinevirtual |
Definition at line 30 of file monitor_entry.hpp.
References msg.
std::string manak::TestEntry::filename |
Definition at line 35 of file monitor_entry.hpp.
Referenced by Filename().
size_t manak::TestEntry::line_no |
Definition at line 36 of file monitor_entry.hpp.
Referenced by LineNo().
std::string manak::TestEntry::msg |
Definition at line 37 of file monitor_entry.hpp.
Referenced by Msg().