CoolProp  4.2.5
An open-source fluid property and humid air property database
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
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 1315 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 1329 of file catch.hpp.

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

Definition at line 1326 of file catch.hpp.

Member Data Documentation

SourceLineInfo Catch::MessageInfo::lineInfo

Definition at line 1321 of file catch.hpp.

std::string Catch::MessageInfo::macroName

Definition at line 1320 of file catch.hpp.

std::string Catch::MessageInfo::message

Definition at line 1323 of file catch.hpp.

unsigned int Catch::MessageInfo::sequence

Definition at line 1324 of file catch.hpp.

ResultWas::OfType Catch::MessageInfo::type

Definition at line 1322 of file catch.hpp.


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