Scorum
|
#include <tasks_base.hpp>
Public Member Functions | |
virtual | ~task_reentrance_guard_i () |
virtual bool | is_allowed (ContextType &ctx)=0 |
virtual void | apply (ContextType &ctx)=0 |
Definition at line 11 of file tasks_base.hpp.
|
inlinevirtual |
Definition at line 13 of file tasks_base.hpp.
|
pure virtual |
Implemented in scorum::chain::dummy_reentrance_guard< ContextType >.
|
pure virtual |
Implemented in scorum::chain::dummy_reentrance_guard< ContextType >.