Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
sysio::chain::index_set< Index > Class Template Reference

#include <database_utils.hpp>

Static Public Member Functions

static void add_indices (chainbase::database &db)
 
template<typename F >
static void walk_indices (F function)
 

Detailed Description

template<typename Index>
class sysio::chain::index_set< Index >

Definition at line 56 of file database_utils.hpp.

Member Function Documentation

◆ add_indices()

template<typename Index >
static void sysio::chain::index_set< Index >::add_indices ( chainbase::database & db)
inlinestatic

Definition at line 58 of file database_utils.hpp.

58 {
59 db.add_index<Index>();
60 }
Here is the call graph for this function:

◆ walk_indices()

template<typename Index >
template<typename F >
static void sysio::chain::index_set< Index >::walk_indices ( F function)
inlinestatic

Definition at line 63 of file database_utils.hpp.

63 {
64 function( index_utils<Index>() );
65 }

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