|
BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
Public Types | |
| typedef void | result_type |
Public Member Functions | |
| worker_init_visitor (worker_object &w, database &d) | |
| result_type | operator() (const vesting_balance_worker_initializer &i) const |
| template<typename T > | |
| result_type | operator() (const T &) const |
Public Attributes | |
| worker_object & | worker |
| database & | db |
Definition at line 46 of file worker_evaluator.cpp.
| typedef void graphene::chain::worker_init_visitor::result_type |
Definition at line 48 of file worker_evaluator.cpp.
|
inline |
Definition at line 53 of file worker_evaluator.cpp.
|
inline |
Definition at line 73 of file worker_evaluator.cpp.
|
inline |
Definition at line 55 of file worker_evaluator.cpp.
| database& graphene::chain::worker_init_visitor::db |
Definition at line 51 of file worker_evaluator.cpp.
| worker_object& graphene::chain::worker_init_visitor::worker |
Definition at line 50 of file worker_evaluator.cpp.
1.8.17