Ylva And Malin
Public Member Functions | Data Fields
Catch::MessageInfo Struct Reference

#include <catch.hpp>

Collaboration diagram for Catch::MessageInfo:
Collaboration graph

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
 

Data Fields

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

Field Documentation

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

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