tblite
Light-weight tight-binding framework
Loading...
Searching...
No Matches
Data Types | Functions/Subroutines | Variables
tblite_api_table Module Reference

API export for managing data tables. More...

Data Types

type  vp_table
 Void pointer to manage general data tables. More...
 

Functions/Subroutines

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)
 

Variables

logical, parameter debug = .false.
 

Detailed Description

API export for managing data tables.