#include <catch2.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 |
| MessageInfo | ( | StringRef const & | _macroName, |
| SourceLineInfo const & | _lineInfo, | ||
| ResultWas::OfType | _type | ||
| ) |
| bool operator== | ( | MessageInfo const & | other | ) | const |
| bool operator< | ( | MessageInfo const & | other | ) | const |
| StringRef macroName |
| std::string message |
| SourceLineInfo lineInfo |
| ResultWas::OfType type |
| unsigned int sequence |