|
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 122 of file EnabledWhenProperty.h.
| std::shared_ptr<WhenPropType> Mantid::Kernel::EnabledWhenProperty::ComparisonDetails< WhenPropType >::conditionOne |
Definition at line 123 of file EnabledWhenProperty.h.
| std::shared_ptr<WhenPropType> Mantid::Kernel::EnabledWhenProperty::ComparisonDetails< WhenPropType >::conditionTwo |
Definition at line 124 of file EnabledWhenProperty.h.
| const eLogicOperator Mantid::Kernel::EnabledWhenProperty::ComparisonDetails< WhenPropType >::logicOperator |
Definition at line 125 of file EnabledWhenProperty.h.