Catch::MessageInfo Struct Reference

#include <catch.hpp>

Public Member Functions

 MessageInfo (std::string const &_macroName, SourceLineInfo const &_lineInfo, ResultWas::OfType _type)
 
bool operator== (MessageInfo const &other) const
 
bool operator< (MessageInfo const &other) const
 

Public Attributes

std::string macroName
 
std::string message
 
SourceLineInfo lineInfo
 
ResultWas::OfType type
 
unsigned int sequence
 

Constructor & Destructor Documentation

◆ MessageInfo()

Catch::MessageInfo::MessageInfo ( std::string const &  _macroName,
SourceLineInfo const &  _lineInfo,
ResultWas::OfType  _type 
)

Member Function Documentation

◆ operator<()

bool Catch::MessageInfo::operator< ( MessageInfo const &  other) const

◆ operator==()

bool Catch::MessageInfo::operator== ( MessageInfo const &  other) const

Member Data Documentation

◆ lineInfo

SourceLineInfo Catch::MessageInfo::lineInfo

◆ macroName

std::string Catch::MessageInfo::macroName

◆ message

std::string Catch::MessageInfo::message

◆ sequence

unsigned int Catch::MessageInfo::sequence

◆ type

ResultWas::OfType Catch::MessageInfo::type

The documentation for this struct was generated from the following file: