Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
sysio::chain::table_def Struct Reference

#include <abi_def.hpp>

Collaboration diagram for sysio::chain::table_def:

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_namekey_names
 
vector< type_namekey_types
 
type_name type
 

Detailed Description

Definition at line 60 of file abi_def.hpp.

Constructor & Destructor Documentation

◆ table_def() [1/2]

sysio::chain::table_def::table_def ( )
default

◆ table_def() [2/2]

sysio::chain::table_def::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 )
inline

Definition at line 62 of file abi_def.hpp.

64 {}
vector< field_name > key_names
Definition abi_def.hpp:68
vector< type_name > key_types
Definition abi_def.hpp:69

Member Data Documentation

◆ index_type

type_name sysio::chain::table_def::index_type

Definition at line 67 of file abi_def.hpp.

◆ key_names

vector<field_name> sysio::chain::table_def::key_names

Definition at line 68 of file abi_def.hpp.

◆ key_types

vector<type_name> sysio::chain::table_def::key_types

Definition at line 69 of file abi_def.hpp.

◆ name

table_name sysio::chain::table_def::name

Definition at line 66 of file abi_def.hpp.

◆ type

type_name sysio::chain::table_def::type

Definition at line 70 of file abi_def.hpp.


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