Mantid
|
Policy that indicates no skipping should be applied. More...
#include <SkippingPolicy.h>
Public Member Functions | |
bool | keepGoing () const override |
Always returns false to cancel skipping. More... | |
Public Member Functions inherited from Mantid::DataObjects::SkippingPolicy | |
virtual bool | keepGoing () const =0 |
virtual | ~SkippingPolicy ()=default |
Policy that indicates no skipping should be applied.
Definition at line 42 of file SkippingPolicy.h.
|
inlineoverridevirtual |
Always returns false to cancel skipping.
Implements Mantid::DataObjects::SkippingPolicy.
Definition at line 48 of file SkippingPolicy.h.