|
Wire Sysio Wire Sysion 1.0.0
|
#include <catch_message.h>

Public Member Functions | |
| MessageInfo (StringRef const &_macroName, SourceLineInfo const &_lineInfo, ResultWas::OfType _type) | |
| bool | operator== (MessageInfo const &other) const |
| bool | operator< (MessageInfo const &other) const |
| MessageInfo (StringRef const &_macroName, SourceLineInfo const &_lineInfo, ResultWas::OfType _type) | |
| bool | operator== (MessageInfo const &other) const |
| bool | operator< (MessageInfo const &other) const |
Public Attributes | |
| StringRef | macroName |
| std::string | message |
| SourceLineInfo | lineInfo |
| ResultWas::OfType | type |
| unsigned int | sequence |
| Catch::MessageInfo::MessageInfo | ( | StringRef const & | _macroName, |
| SourceLineInfo const & | _lineInfo, | ||
| ResultWas::OfType | _type ) |
| Catch::MessageInfo::MessageInfo | ( | StringRef const & | _macroName, |
| SourceLineInfo const & | _lineInfo, | ||
| ResultWas::OfType | _type ) |
| bool Catch::MessageInfo::operator< | ( | MessageInfo const & | other | ) | const |
Definition at line 32 of file catch_message.cpp.
| bool Catch::MessageInfo::operator< | ( | MessageInfo const & | other | ) | const |
| bool Catch::MessageInfo::operator== | ( | MessageInfo const & | other | ) | const |
Definition at line 28 of file catch_message.cpp.
| bool Catch::MessageInfo::operator== | ( | MessageInfo const & | other | ) | const |
| SourceLineInfo Catch::MessageInfo::lineInfo |
Definition at line 29 of file catch_message.h.
| StringRef Catch::MessageInfo::macroName |
Definition at line 27 of file catch_message.h.
| std::string Catch::MessageInfo::message |
Definition at line 28 of file catch_message.h.
| unsigned int Catch::MessageInfo::sequence |
Definition at line 31 of file catch_message.h.
| ResultWas::OfType Catch::MessageInfo::type |
Definition at line 30 of file catch_message.h.