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 Types | List of all members
Catch::ResultWas Struct Reference

#include <catch.hpp>

Public Types

enum  OfType {
  Unknown = -1, Ok = 0, Info = 1, Warning = 2,
  FailureBit = 0x10, ExpressionFailed = FailureBit | 1, ExplicitFailure = FailureBit | 2, Exception = 0x100 | FailureBit,
  ThrewException = Exception | 1, DidntThrowException = Exception | 2
}
 

Detailed Description

Definition at line 888 of file catch.hpp.

Member Enumeration Documentation

Enumerator
Unknown 
Ok 
Info 
Warning 
FailureBit 
ExpressionFailed 
ExplicitFailure 
Exception 
ThrewException 
DidntThrowException 

Definition at line 888 of file catch.hpp.


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