Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
Catch::MessageInfo Struct Reference

#include <catch.hpp>

+ Collaboration diagram for Catch::MessageInfo:

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
 

Detailed Description

Definition at line 2599 of file catch.hpp.

Constructor & Destructor Documentation

◆ MessageInfo()

Catch::MessageInfo::MessageInfo ( StringRef 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

Definition at line 2606 of file catch.hpp.

◆ macroName

StringRef Catch::MessageInfo::macroName

Definition at line 2604 of file catch.hpp.

◆ message

std::string Catch::MessageInfo::message

◆ sequence

unsigned int Catch::MessageInfo::sequence

Definition at line 2608 of file catch.hpp.

◆ type

ResultWas::OfType Catch::MessageInfo::type

Definition at line 2607 of file catch.hpp.


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