#include <catch.hpp>
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 |
Public Attributes | |
SourceLineInfo | lineInfo |
StringRef | macroName |
std::string | message |
unsigned int | sequence |
ResultWas::OfType | type |
Static Private Attributes | |
static unsigned int | globalCount |
Catch::MessageInfo::MessageInfo | ( | StringRef const & | _macroName, |
SourceLineInfo const & | _lineInfo, | ||
ResultWas::OfType | _type | ||
) |
bool Catch::MessageInfo::operator< | ( | MessageInfo const & | other | ) | const |
bool Catch::MessageInfo::operator== | ( | MessageInfo const & | other | ) | const |
|
staticprivate |
SourceLineInfo Catch::MessageInfo::lineInfo |
ResultWas::OfType Catch::MessageInfo::type |