|
Wire Sysio Wire Sysion 1.0.0
|
#include <chain_config_helper.hpp>

Public Member Functions | |
| data_range (T &c, Validator val) | |
| data_range (T &c, vector< fc::unsigned_int > &&id_list, const Validator &val) | |
Public Attributes | |
| T & | config |
| vector< fc::unsigned_int > | ids |
| Validator | validator |
helper class to serialize only selected ids of the class
Definition at line 11 of file chain_config_helper.hpp.
|
inline |
Definition at line 17 of file chain_config_helper.hpp.
|
inline |
Definition at line 18 of file chain_config_helper.hpp.
| T& sysio::chain::data_range< T, Validator >::config |
Definition at line 13 of file chain_config_helper.hpp.
| vector<fc::unsigned_int> sysio::chain::data_range< T, Validator >::ids |
Definition at line 14 of file chain_config_helper.hpp.
| Validator sysio::chain::data_range< T, Validator >::validator |
Definition at line 15 of file chain_config_helper.hpp.