tblite
Light-weight tight-binding framework
Loading...
Searching...
No Matches
Data Types | Modules | Functions/Subroutines | Variables
table.f90 File Reference

Provides API exports for the tblite_table handle. More...

Data Types

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

Modules

module  tblite_api_table
 API export for managing data tables.
 

Functions/Subroutines

type(c_ptr) function, public tblite_api_table::new_table_api (vtable)
 Create data table reference object.
 
subroutine, public tblite_api_table::delete_table_api (vtable)
 Delete data table object.
 
subroutine, public tblite_api_table::table_set_double_api (verror, vtable, ckey, val, n)
 
subroutine, public tblite_api_table::table_set_int64_t_api (verror, vtable, ckey, val, n)
 
subroutine, public tblite_api_table::table_set_bool_api (verror, vtable, ckey, val, n)
 
subroutine, public tblite_api_table::table_set_char_api (verror, vtable, ckey, cval, n)
 
type(c_ptr) function, public tblite_api_table::table_add_table_api (verror, vtable, ckey)
 

Variables

logical, parameter tblite_api_table::debug = .false.
 

Detailed Description

Provides API exports for the tblite_table handle.