Scorum
|
#include <withdraw_scorumpower_route.hpp>
Public Member Functions | |
~dbs_withdraw_scorumpower_route () | |
virtual bool | is_exists (const account_id_type &from, const account_id_type &to) const override |
virtual bool | is_exists (const account_id_type &from, const dev_committee_id_type &to) const override |
virtual bool | is_exists (const dev_committee_id_type &from, const dev_committee_id_type &to) const override |
virtual bool | is_exists (const dev_committee_id_type &from, const account_id_type &to) const override |
virtual const withdraw_scorumpower_route_object & | get (const account_id_type &from, const account_id_type &to) const override |
virtual const withdraw_scorumpower_route_object & | get (const account_id_type &from, const dev_committee_id_type &to) const override |
virtual const withdraw_scorumpower_route_object & | get (const dev_committee_id_type &from, const dev_committee_id_type &to) const override |
virtual const withdraw_scorumpower_route_object & | get (const dev_committee_id_type &from, const account_id_type &to) const override |
virtual withdraw_scorumpower_route_refs_type | get_all (const withdrawable_id_type &from) const override |
virtual uint16_t | total_percent (const account_id_type &from) const override |
virtual uint16_t | total_percent (const dev_committee_id_type &from) const override |
![]() | |
dbs_service_base (dba::db_index &db) | |
virtual const object_type & | create (const modifier_type &modifier) override |
virtual void | update (const modifier_type &modifier) override |
virtual void | update (const object_type &o, const modifier_type &modifier) override |
virtual void | remove () override |
virtual void | remove (const object_type &o) override |
virtual void | remove_all (const std::vector< object_cref_type > &os) override |
virtual bool | is_exists () const override |
virtual const object_type & | get () const override |
const object_type & | get_by (const Key &arg) const |
const object_type * | find_by (const Key &arg) const |
void | foreach_by (Call &&call) const |
std::vector< object_cref_type > | get_range_by (LowerBounder lower, UpperBounder upper) const |
std::vector< object_cref_type > | get_filtered_range_by (LowerBounder lower, UpperBounder upper, UnaryPredicate filter) const |
![]() | |
virtual | ~dbs_base () |
![]() | |
virtual | ~base_service_i () |
Protected Member Functions | |
dbs_withdraw_scorumpower_route (database &db) | |
![]() | |
dbs_base ()=delete | |
dbs_base (dbs_base &&)=delete | |
dbs_base (dba::db_index &) | |
time_point_sec | head_block_time () |
dba::db_index & | db_impl () |
const dba::db_index & | db_impl () const |
Friends | |
class | dbservice_dbs_factory |
Additional Inherited Members | |
![]() | |
using | base_service_type = dbs_service_base |
using | modifier_type = typename service_interface::modifier_type |
using | object_type = typename service_interface::object_type |
using | object_cref_type = typename service_interface::object_cref_type |
![]() | |
using | withdraw_scorumpower_route_refs_type = std::vector< std::reference_wrapper< const withdraw_scorumpower_route_object > > |
![]() | |
using | object_type = withdraw_scorumpower_route_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 > |
![]() | |
typedef dbs_base | _base_type |
Definition at line 49 of file withdraw_scorumpower_route.hpp.
|
explicitprotected |
Definition at line 48 of file withdraw_scorumpower_route.cpp.
scorum::chain::dbs_withdraw_scorumpower_route::~dbs_withdraw_scorumpower_route | ( | ) |
Definition at line 54 of file withdraw_scorumpower_route.cpp.
|
overridevirtual |
Implements scorum::chain::withdraw_scorumpower_route_service_i.
Definition at line 82 of file withdraw_scorumpower_route.cpp.
|
overridevirtual |
Implements scorum::chain::withdraw_scorumpower_route_service_i.
Definition at line 92 of file withdraw_scorumpower_route.cpp.
|
overridevirtual |
Implements scorum::chain::withdraw_scorumpower_route_service_i.
Definition at line 112 of file withdraw_scorumpower_route.cpp.
|
overridevirtual |
Implements scorum::chain::withdraw_scorumpower_route_service_i.
Definition at line 102 of file withdraw_scorumpower_route.cpp.
|
overridevirtual |
Implements scorum::chain::withdraw_scorumpower_route_service_i.
Definition at line 123 of file withdraw_scorumpower_route.cpp.
|
overridevirtual |
Implements scorum::chain::withdraw_scorumpower_route_service_i.
Definition at line 58 of file withdraw_scorumpower_route.cpp.
|
overridevirtual |
Implements scorum::chain::withdraw_scorumpower_route_service_i.
Definition at line 64 of file withdraw_scorumpower_route.cpp.
|
overridevirtual |
Implements scorum::chain::withdraw_scorumpower_route_service_i.
Definition at line 76 of file withdraw_scorumpower_route.cpp.
|
overridevirtual |
Implements scorum::chain::withdraw_scorumpower_route_service_i.
Definition at line 70 of file withdraw_scorumpower_route.cpp.
|
overridevirtual |
Implements scorum::chain::withdraw_scorumpower_route_service_i.
Definition at line 128 of file withdraw_scorumpower_route.cpp.
|
overridevirtual |
Implements scorum::chain::withdraw_scorumpower_route_service_i.
Definition at line 133 of file withdraw_scorumpower_route.cpp.
|
friend |
Definition at line 51 of file withdraw_scorumpower_route.hpp.