|
Agora
1.2.0
Agora project
|
#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 | |
| StringRef | macroName |
| std::string | message |
| SourceLineInfo | lineInfo |
| ResultWas::OfType | type |
| unsigned int | sequence |
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 |
| StringRef Catch::MessageInfo::macroName |
| std::string Catch::MessageInfo::message |
| unsigned int Catch::MessageInfo::sequence |
| ResultWas::OfType Catch::MessageInfo::type |