API export for managing data tables.
More...
|
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) |
|
|
logical, parameter | debug = .false. |
|
API export for managing data tables.