Go to the source code of this file.
Data Types | |
| type | kim_support_status_module::kim_support_status_type |
| An Extensible Enumeration for the SupportStatus's supported by the KIM API. More... | |
| interface | kim_support_status_module::kim_known |
| Determines if the object is a quantity known to the KIM API. More... | |
| interface | kim_support_status_module::operator(.eq.) |
| Compares SupportStatus objects for equality. More... | |
| interface | kim_support_status_module::operator(.ne.) |
| Compares SupportStatus objects for inequality. More... | |
| interface | kim_support_status_module::kim_from_string |
| Create a SupportStatus object corresponding to the provided string. If the string does not match one of the values defined by the KIM API, then an "unknown" object is generated. More... | |
| interface | kim_support_status_module::kim_to_string |
| Converts the object to a string. More... | |
Modules | |
| module | kim_support_status_module |
| An Extensible Enumeration for the SupportStatus's supported by the KIM API. | |
Functions/Subroutines | |
| recursive subroutine, public | kim_support_status_module::kim_get_number_of_support_statuses (number_of_support_statuses) |
| Get the number of standard SupportStatus's defined by the KIM API. | |
| recursive subroutine, public | kim_support_status_module::kim_get_support_status (index, support_status, ierr) |
| Get the identity of each defined standard SupportStatus. | |
Variables | |
| type(kim_support_status_type), save, bind(C, name="KIM_SUPPORT_STATUS_requiredByAPI"), public, protected | kim_support_status_module::kim_support_status_required_by_api |
The standard requiredByAPI status. | |
| type(kim_support_status_type), save, bind(C, name="KIM_SUPPORT_STATUS_notSupported"), public, protected | kim_support_status_module::kim_support_status_not_supported |
The standard notSupported status. | |
| type(kim_support_status_type), save, bind(C, name="KIM_SUPPORT_STATUS_required"), public, protected | kim_support_status_module::kim_support_status_required |
The standard required status. | |
| type(kim_support_status_type), save, bind(C, name="KIM_SUPPORT_STATUS_optional"), public, protected | kim_support_status_module::kim_support_status_optional |
The standard optional status. | |