BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Types | Public Member Functions | Public Attributes | List of all members
graphene::chain::predicate_evaluator Struct Reference

Public Types

typedef void result_type
 

Public Member Functions

 predicate_evaluator (const database &d)
 
void operator() (const account_name_eq_lit_predicate &p) const
 
void operator() (const asset_symbol_eq_lit_predicate &p) const
 
void operator() (const block_id_predicate &p) const
 

Public Attributes

const databasedb
 

Detailed Description

Definition at line 33 of file assert_evaluator.cpp.

Member Typedef Documentation

◆ result_type

Definition at line 35 of file assert_evaluator.cpp.

Constructor & Destructor Documentation

◆ predicate_evaluator()

graphene::chain::predicate_evaluator::predicate_evaluator ( const database d)
inline

Definition at line 38 of file assert_evaluator.cpp.

Member Function Documentation

◆ operator()() [1/3]

void graphene::chain::predicate_evaluator::operator() ( const account_name_eq_lit_predicate p) const
inline

Definition at line 40 of file assert_evaluator.cpp.

◆ operator()() [2/3]

void graphene::chain::predicate_evaluator::operator() ( const asset_symbol_eq_lit_predicate p) const
inline

Definition at line 44 of file assert_evaluator.cpp.

◆ operator()() [3/3]

void graphene::chain::predicate_evaluator::operator() ( const block_id_predicate p) const
inline

Definition at line 48 of file assert_evaluator.cpp.

Member Data Documentation

◆ db

const database& graphene::chain::predicate_evaluator::db

Definition at line 36 of file assert_evaluator.cpp.


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