Mantid
Loading...
Searching...
No Matches
Public Attributes | List of all members
Mantid::Kernel::EnabledWhenProperty::ComparisonDetails< WhenPropType > Struct Template Reference

Struct which holds details for comparison between two EnabledWhenPropertyObjects. More...

#include <EnabledWhenProperty.h>

Public Attributes

std::shared_ptr< WhenPropType > conditionOne
 
std::shared_ptr< WhenPropType > conditionTwo
 
const eLogicOperator logicOperator
 

Detailed Description

template<typename WhenPropType>
struct Mantid::Kernel::EnabledWhenProperty::ComparisonDetails< WhenPropType >

Struct which holds details for comparison between two EnabledWhenPropertyObjects.

Definition at line 117 of file EnabledWhenProperty.h.

Member Data Documentation

◆ conditionOne

template<typename WhenPropType >
std::shared_ptr<WhenPropType> Mantid::Kernel::EnabledWhenProperty::ComparisonDetails< WhenPropType >::conditionOne

Definition at line 118 of file EnabledWhenProperty.h.

◆ conditionTwo

template<typename WhenPropType >
std::shared_ptr<WhenPropType> Mantid::Kernel::EnabledWhenProperty::ComparisonDetails< WhenPropType >::conditionTwo

Definition at line 119 of file EnabledWhenProperty.h.

◆ logicOperator

template<typename WhenPropType >
const eLogicOperator Mantid::Kernel::EnabledWhenProperty::ComparisonDetails< WhenPropType >::logicOperator

Definition at line 120 of file EnabledWhenProperty.h.


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