CellModules
Catch::ResultBuilder::ExprComponents Struct Reference

Public Member Functions

 ExprComponents ()
 

Public Attributes

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

Detailed Description

Definition at line 823 of file catch.hpp.

Constructor & Destructor Documentation

◆ ExprComponents()

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

Definition at line 824 of file catch.hpp.

Member Data Documentation

◆ lhs

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

Definition at line 826 of file catch.hpp.

◆ op

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

Definition at line 826 of file catch.hpp.

◆ rhs

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

Definition at line 826 of file catch.hpp.

◆ testFalse

bool Catch::ResultBuilder::ExprComponents::testFalse

Definition at line 825 of file catch.hpp.


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