Fraxinus  18.10
An IGT application
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
 

Detailed Description

Definition at line 1295 of file catch.hpp.

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
inline

Definition at line 1309 of file catch.hpp.

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

Definition at line 1306 of file catch.hpp.

Member Data Documentation

SourceLineInfo Catch::MessageInfo::lineInfo

Definition at line 1301 of file catch.hpp.

std::string Catch::MessageInfo::macroName

Definition at line 1300 of file catch.hpp.

std::string Catch::MessageInfo::message

Definition at line 1303 of file catch.hpp.

unsigned int Catch::MessageInfo::sequence

Definition at line 1304 of file catch.hpp.

ResultWas::OfType Catch::MessageInfo::type

Definition at line 1302 of file catch.hpp.


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