Scorum
|
Public Member Functions | |
matcher (database_virtual_operations_emmiter_i &emitter, dba::db_accessor< pending_bet_object > &pending_bet_dba, dba::db_accessor< matched_bet_object > &matched_bet_dba, dba::db_accessor< dynamic_global_property_object > &dprop_dba) | |
~matcher ()=default | |
bool | can_be_matched (const pending_bet_object &bet) |
bool | is_bets_matched (const pending_bet_object &bet1, const pending_bet_object &bet2) const |
const pending_bet_object & | get_bet (std::reference_wrapper< const pending_bet_object > ref) |
const pending_bet_object & | get_bet (const pending_bet_object &bet) |
template<typename T > | |
std::vector< std::reference_wrapper< const pending_bet_object > > | match (const pending_bet_object &bet2, T &pending_bets) |
Definition at line 207 of file betting_matcher.cpp.
|
inline |
Definition at line 209 of file betting_matcher.cpp.
|
default |
|
inline |
Definition at line 222 of file betting_matcher.cpp.
|
inline |
Definition at line 237 of file betting_matcher.cpp.
|
inline |
Definition at line 232 of file betting_matcher.cpp.
|
inline |
Definition at line 227 of file betting_matcher.cpp.
|
inline |
Definition at line 243 of file betting_matcher.cpp.