Mantid
|
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 |
Struct which holds details for comparison between two EnabledWhenPropertyObjects.
Definition at line 117 of file EnabledWhenProperty.h.
std::shared_ptr<WhenPropType> Mantid::Kernel::EnabledWhenProperty::ComparisonDetails< WhenPropType >::conditionOne |
Definition at line 118 of file EnabledWhenProperty.h.
std::shared_ptr<WhenPropType> Mantid::Kernel::EnabledWhenProperty::ComparisonDetails< WhenPropType >::conditionTwo |
Definition at line 119 of file EnabledWhenProperty.h.
const eLogicOperator Mantid::Kernel::EnabledWhenProperty::ComparisonDetails< WhenPropType >::logicOperator |
Definition at line 120 of file EnabledWhenProperty.h.