Scorum
|
#include <hardfork_property.hpp>
Public Member Functions | |
virtual bool | has_hardfork (uint32_t hardfork) const =0 |
![]() | |
virtual | ~base_service_i () |
virtual const object_type & | create (const modifier_type &modifier)=0 |
virtual void | update (const modifier_type &modifier)=0 |
virtual void | update (const object_type &o, const modifier_type &modifier)=0 |
virtual void | remove ()=0 |
virtual void | remove (const object_type &o)=0 |
virtual void | remove_all (const std::vector< object_cref_type > &os)=0 |
virtual bool | is_exists () const=0 |
virtual const object_type & | get () const=0 |
Additional Inherited Members | |
![]() | |
using | object_type = hardfork_property_object |
using | modifier_type = std::function< void(object_type &)> |
using | call_type = std::function< void(const object_type &)> |
using | object_cref_type = std::reference_wrapper< const object_type > |
Definition at line 9 of file hardfork_property.hpp.
|
pure virtual |
Implemented in scorum::chain::dbs_hardfork_property.