ManaPlus
Public Types
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 , FatalErrorCondition = 0x200 | FailureBit
}
 

Detailed Description

Definition at line 780 of file catch.hpp.

Member Enumeration Documentation

◆ OfType

Enumerator
Unknown 
Ok 
Info 
Warning 
FailureBit 
ExpressionFailed 
ExplicitFailure 
Exception 
ThrewException 
DidntThrowException 
FatalErrorCondition 

Definition at line 780 of file catch.hpp.

780  { enum OfType {
781  Unknown = -1,
782  Ok = 0,
783  Info = 1,
784  Warning = 2,
785 
786  FailureBit = 0x10,
787 
790 
791  Exception = 0x100 | FailureBit,
792 
795 
797 
798  }; };

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