ManaPlus
Public Member Functions | Data Fields
Catch::ResultBuilder::ExprComponents Struct Reference

Public Member Functions

 ExprComponents ()
 

Data Fields

bool testFalse
 
std::string lhs
 
std::string rhs
 
std::string op
 

Detailed Description

Definition at line 1271 of file catch.hpp.

Constructor & Destructor Documentation

◆ ExprComponents()

Catch::ResultBuilder::ExprComponents::ExprComponents ( )
inline

Definition at line 1272 of file catch.hpp.

1272 : testFalse( false ) {}

Field Documentation

◆ lhs

std::string Catch::ResultBuilder::ExprComponents::lhs

Definition at line 1274 of file catch.hpp.

◆ op

std::string Catch::ResultBuilder::ExprComponents::op

Definition at line 1274 of file catch.hpp.

◆ rhs

std::string Catch::ResultBuilder::ExprComponents::rhs

Definition at line 1274 of file catch.hpp.

◆ testFalse

bool Catch::ResultBuilder::ExprComponents::testFalse

Definition at line 1273 of file catch.hpp.


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