#include <evaluator.hpp>
Public Types | |
typedef OperationType | operation_sv_type |
Public Member Functions | |
evaluator (database &d) | |
virtual void | apply (const OperationType &o) final override |
virtual int | get_type () const override |
database & | get_database () |
Protected Attributes | |
database & | db |
Definition at line 21 of file evaluator.hpp.
typedef OperationType golos::chain::evaluator< EvaluatorType, Major, Hardfork, Release, OperationType >::operation_sv_type |
Definition at line 24 of file evaluator.hpp.
|
inline |
Definition at line 27 of file evaluator.hpp.
|
inlinefinaloverridevirtual |
Implements golos::chain::generic_evaluator< OperationType >.
Definition at line 30 of file evaluator.hpp.
|
inline |
Definition at line 40 of file evaluator.hpp.
|
inlineoverridevirtual |
Implements golos::chain::generic_evaluator< OperationType >.
Definition at line 36 of file evaluator.hpp.
|
protected |
Definition at line 45 of file evaluator.hpp.