Scorum
|
#include <pending_bet.hpp>
Public Types | |
using | pending_bet_call_type = std::function< bool(const base_service_i::object_type &)> |
![]() | |
using | object_type = pending_bet_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 > |
Public Member Functions | |
virtual bool | is_exists (const uuid_type &uuid) const =0 |
virtual const pending_bet_object & | get_pending_bet (const uuid_type &) 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 |
Definition at line 8 of file pending_bet.hpp.
using scorum::chain::pending_bet_service_i::pending_bet_call_type = std::function<bool(const base_service_i::object_type&)> |
Definition at line 10 of file pending_bet.hpp.
|
pure virtual |
Implemented in scorum::chain::dbs_pending_bet.
|
pure virtual |
Implemented in scorum::chain::dbs_pending_bet.