An Extensible Enumeration for the DataType's supported by the KIM API.
More...
|
| recursive subroutine, public | kim_get_number_of_data_types (number_of_data_types) |
| | Get the number of standard DataType's defined by the KIM API.
|
| |
| recursive subroutine, public | kim_get_data_type (index, data_type, ierr) |
| | Get the identity of each defined standard DataType.
|
| |
|
| type(kim_data_type_type), save, bind(C, name="KIM_DATA_TYPE_Integer"), public, protected | kim_data_type_integer |
| | The standard Integer data type.
|
| |
| type(kim_data_type_type), save, bind(C, name="KIM_DATA_TYPE_Double"), public, protected | kim_data_type_double |
| | The standard Double data type.
|
| |
An Extensible Enumeration for the DataType's supported by the KIM API.
- See also
- KIM::DataType, KIM_DataType
- Since
- 2.0
◆ kim_get_data_type()
| recursive subroutine, public kim_data_type_module::kim_get_data_type |
( |
integer(c_int), intent(in) | index, |
|
|
type(kim_data_type_type), intent(out) | data_type, |
|
|
integer(c_int), intent(out) | ierr ) |
◆ kim_get_number_of_data_types()
| recursive subroutine, public kim_data_type_module::kim_get_number_of_data_types |
( |
integer(c_int), intent(out) | number_of_data_types | ) |
|
◆ kim_data_type_double
| type(kim_data_type_type), save, bind(C, name="KIM_DATA_TYPE_Double"), public, protected kim_data_type_module::kim_data_type_double |
◆ kim_data_type_integer
| type(kim_data_type_type), save, bind(C, name="KIM_DATA_TYPE_Integer"), public, protected kim_data_type_module::kim_data_type_integer |