BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | List of all members
graphene::db::secondary_index Class Reference

#include <index.hpp>

Inheritance diagram for graphene::db::secondary_index:
graphene::db::direct_index< object_type, 0 > graphene::api_helper_indexes::amount_in_collateral_index graphene::api_helper_indexes::asset_in_liquidity_pools_index graphene::api_helper_indexes::next_object_ids_index graphene::chain::account_member_index graphene::chain::balances_by_account_index graphene::chain::required_approval_index graphene::db::direct_index< Object, chunkbits > graphene::grouped_orders::detail::limit_order_group_index

Public Member Functions

virtual ~secondary_index ()=default
 
virtual void object_inserted (const object &obj)
 
virtual void object_removed (const object &obj)
 
virtual void about_to_modify (const object &before)
 
virtual void object_modified (const object &after)
 

Detailed Description

Definition at line 139 of file index.hpp.

Constructor & Destructor Documentation

◆ ~secondary_index()

virtual graphene::db::secondary_index::~secondary_index ( )
virtualdefault

Member Function Documentation

◆ about_to_modify()

virtual void graphene::db::secondary_index::about_to_modify ( const object before)
inlinevirtual

◆ object_inserted()

virtual void graphene::db::secondary_index::object_inserted ( const object obj)
inlinevirtual

◆ object_modified()

virtual void graphene::db::secondary_index::object_modified ( const object after)
inlinevirtual

◆ object_removed()

virtual void graphene::db::secondary_index::object_removed ( const object obj)
inlinevirtual

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