Mantid
|
Kernel/ArrayOrderedPairsValidator.h. More...
#include <ArrayOrderedPairsValidator.h>
Public Member Functions | |
IValidator_sptr | clone () const override |
Clone the current state. More... | |
Private Member Functions | |
std::string | checkValidity (const std::vector< TYPE > &value) const override |
Function that actually does the work of checking the validity of the array elements. More... | |
Kernel/ArrayOrderedPairsValidator.h.
ArrayOrderedPairsValidator validates that an array contains a sequence of ordered pairs of numbers.
Definition at line 23 of file ArrayOrderedPairsValidator.h.
|
overrideprivate |
Function that actually does the work of checking the validity of the array elements.
value | :: The array to be checked. |
Definition at line 30 of file ArrayOrderedPairsValidator.cpp.
References error, std::to_string(), and value.
|
override |
Clone the current state.
Create a clone of the current ArrayOrderedPairsValidator.
Definition at line 19 of file ArrayOrderedPairsValidator.cpp.