CellModules
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
 
SourceLineInfo lineInfo
 
ResultWas::OfType type
 
std::string message
 
unsigned int sequence
 

Static Private Attributes

static unsigned int globalCount
 

Detailed Description

Definition at line 1415 of file catch.hpp.

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
inline

Definition at line 1429 of file catch.hpp.

◆ operator==()

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

Definition at line 1426 of file catch.hpp.

Member Data Documentation

◆ globalCount

unsigned int Catch::MessageInfo::globalCount
staticprivate

Definition at line 1433 of file catch.hpp.

◆ lineInfo

SourceLineInfo Catch::MessageInfo::lineInfo

Definition at line 1421 of file catch.hpp.

◆ macroName

std::string Catch::MessageInfo::macroName

Definition at line 1420 of file catch.hpp.

◆ message

std::string Catch::MessageInfo::message

Definition at line 1423 of file catch.hpp.

◆ sequence

unsigned int Catch::MessageInfo::sequence

Definition at line 1424 of file catch.hpp.

◆ type

ResultWas::OfType Catch::MessageInfo::type

Definition at line 1422 of file catch.hpp.


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