|
|
type(c_ptr) function, public | new_table_api (vtable) |
| | Create data table reference object.
|
|
subroutine, public | delete_table_api (vtable) |
| | Delete data table object.
|
|
subroutine, public | table_set_double_api (verror, vtable, ckey, val, n) |
|
subroutine, public | table_set_int64_t_api (verror, vtable, ckey, val, n) |
|
subroutine, public | table_set_bool_api (verror, vtable, ckey, val, n) |
|
subroutine, public | table_set_char_api (verror, vtable, ckey, cval, n) |
|
type(c_ptr) function, public | table_add_table_api (verror, vtable, ckey) |
|
type(c_ptr) function, public | new_array_api () |
|
subroutine, public | delete_array_api (varray) |
|
subroutine, public | array_push_back_double_api (verror, varray, value) |
|
subroutine, public | array_push_back_int64_t_api (verror, varray, value) |
|
subroutine, public | array_push_back_bool_api (verror, varray, value) |
|
subroutine, public | array_push_back_char_api (verror, varray, cvalue) |
|
integer(c_int) function, public | array_size_api (verror, varray) |
|
integer(c_int) function, public | array_get_type_api (verror, varray, index) |
|
subroutine, public | array_get_double_api (verror, varray, index, value) |
|
subroutine, public | array_get_int64_t_api (verror, varray, index, value) |
|
subroutine, public | array_get_bool_api (verror, varray, index, value) |
|
subroutine, public | array_get_char_api (verror, varray, index, cvalue, n) |
|
subroutine, public | table_set_array_api (verror, vtable, ckey, varray) |
|
integer(c_int) function, public | table_get_type_api (verror, vtable, ckey) |
|
subroutine, public | table_get_bool_api (verror, vtable, ckey, value) |
|
subroutine, public | table_get_int64_t_api (verror, vtable, ckey, value) |
|
subroutine, public | table_get_double_api (verror, vtable, ckey, value) |
|
subroutine, public | table_get_char_api (verror, vtable, ckey, cvalue, n) |
|
type(c_ptr) function, public | table_get_table_api (verror, vtable, ckey) |
|
type(c_ptr) function, public | table_get_array_api (verror, vtable, ckey) |
|
integer(c_int) function, public | table_get_n_keys_api (verror, vtable) |
|
subroutine, public | table_get_key_api (verror, vtable, index, ckey, n) |
|
subroutine, public | dump_table_api (verror, vtable, cfilename) |
API export for managing data tables.