Wire Sysio Wire Sysion 1.0.0
|
#include <abi_def.hpp>
Public Member Functions | |
table_def ()=default | |
table_def (const table_name &name, const type_name &index_type, const vector< field_name > &key_names, const vector< type_name > &key_types, const type_name &type) | |
Public Attributes | |
table_name | name |
type_name | index_type |
vector< field_name > | key_names |
vector< type_name > | key_types |
type_name | type |
Definition at line 60 of file abi_def.hpp.
|
default |
|
inline |
Definition at line 62 of file abi_def.hpp.
type_name sysio::chain::table_def::index_type |
Definition at line 67 of file abi_def.hpp.
vector<field_name> sysio::chain::table_def::key_names |
Definition at line 68 of file abi_def.hpp.
Definition at line 69 of file abi_def.hpp.
table_name sysio::chain::table_def::name |
Definition at line 66 of file abi_def.hpp.
type_name sysio::chain::table_def::type |
Definition at line 70 of file abi_def.hpp.