|
Mantid
|
A validator which checks that the table workspace is not empty. More...
#include <TableWorkspaceNotEmptyValidator.h>
Public Member Functions | |
| Kernel::IValidator_sptr | clone () const override |
| Clone the current state. | |
| std::string | getType () const |
| Gets the type of the validator. | |
| TableWorkspaceNotEmptyValidator () | |
| Constructor. | |
Private Member Functions | |
| std::string | checkValidity (const TableWorkspace_sptr &value) const override |
| Check for validity. | |
A validator which checks that the table workspace is not empty.
Definition at line 17 of file TableWorkspaceNotEmptyValidator.h.
|
explicit |
Constructor.
Definition at line 16 of file TableWorkspaceNotEmptyValidator.cpp.
|
overrideprivate |
Check for validity.
Checks that the workspace is not empty.
Definition at line 29 of file TableWorkspaceNotEmptyValidator.cpp.
References value.
|
override |
Clone the current state.
Definition at line 21 of file TableWorkspaceNotEmptyValidator.cpp.
|
inline |
Gets the type of the validator.
Definition at line 21 of file TableWorkspaceNotEmptyValidator.h.