Scorum
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | List of all members
scorum::app::check_banned_operations_visitor Class Reference

Public Member Functions

 check_banned_operations_visitor (hardfork_property_service_i &hardfork_svc)
 
template<typename Op >
bool operator() (const Op &) const
 
bool operator() (const scorum::protocol::proposal_create_operation &op) const
 
bool operator() (const scorum::protocol::cancel_pending_bets_operation &) const
 
bool operator() (const scorum::protocol::create_game_operation &) const
 
bool operator() (const scorum::protocol::cancel_game_operation &) const
 
bool operator() (const scorum::protocol::update_game_markets_operation &) const
 
bool operator() (const scorum::protocol::update_game_start_time_operation &) const
 
bool operator() (const scorum::protocol::post_game_results_operation &) const
 
bool operator() (const scorum::protocol::post_bet_operation &) const
 
bool operator() (const scorum::protocol::delegate_sp_from_reg_pool_operation &) const
 

Detailed Description

Definition at line 253 of file api.cpp.

Constructor & Destructor Documentation

◆ check_banned_operations_visitor()

scorum::app::check_banned_operations_visitor::check_banned_operations_visitor ( hardfork_property_service_i hardfork_svc)
inlineexplicit

Definition at line 256 of file api.cpp.

Member Function Documentation

◆ operator()() [1/10]

template<typename Op >
bool scorum::app::check_banned_operations_visitor::operator() ( const Op &  ) const
inline

Definition at line 262 of file api.cpp.

◆ operator()() [2/10]

bool scorum::app::check_banned_operations_visitor::operator() ( const scorum::protocol::cancel_game_operation ) const
inline

Definition at line 288 of file api.cpp.

◆ operator()() [3/10]

bool scorum::app::check_banned_operations_visitor::operator() ( const scorum::protocol::cancel_pending_bets_operation ) const
inline

Definition at line 278 of file api.cpp.

◆ operator()() [4/10]

bool scorum::app::check_banned_operations_visitor::operator() ( const scorum::protocol::create_game_operation ) const
inline

Definition at line 283 of file api.cpp.

◆ operator()() [5/10]

bool scorum::app::check_banned_operations_visitor::operator() ( const scorum::protocol::delegate_sp_from_reg_pool_operation ) const
inline

Definition at line 313 of file api.cpp.

◆ operator()() [6/10]

bool scorum::app::check_banned_operations_visitor::operator() ( const scorum::protocol::post_bet_operation ) const
inline

Definition at line 308 of file api.cpp.

◆ operator()() [7/10]

bool scorum::app::check_banned_operations_visitor::operator() ( const scorum::protocol::post_game_results_operation ) const
inline

Definition at line 303 of file api.cpp.

◆ operator()() [8/10]

bool scorum::app::check_banned_operations_visitor::operator() ( const scorum::protocol::proposal_create_operation op) const
inline

Definition at line 267 of file api.cpp.

◆ operator()() [9/10]

bool scorum::app::check_banned_operations_visitor::operator() ( const scorum::protocol::update_game_markets_operation ) const
inline

Definition at line 293 of file api.cpp.

◆ operator()() [10/10]

bool scorum::app::check_banned_operations_visitor::operator() ( const scorum::protocol::update_game_start_time_operation ) const
inline

Definition at line 298 of file api.cpp.


The documentation for this class was generated from the following file: