Go to the source code of this file.
Data Types | |
| type | kim_collection_module::kim_collection_type |
| An Extensible Enumeration for the Collection's supported by the KIM API. More... | |
| interface | kim_collection_module::kim_known |
| Determines if the object is a quantity known to the KIM API. More... | |
| interface | kim_collection_module::operator(.eq.) |
| Compares Collection objects for equality. More... | |
| interface | kim_collection_module::operator(.ne.) |
| Compares Collection objects for inequality. More... | |
| interface | kim_collection_module::kim_from_string |
| Create a Collection 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_collection_module::kim_to_string |
| Converts the object to a string. More... | |
Modules | |
| module | kim_collection_module |
| An Extensible Enumeration for the Collection's supported by the KIM API. | |
Functions/Subroutines | |
| recursive subroutine, public | kim_collection_module::kim_get_number_of_collections (number_of_collections) |
| Get the number of standard Collection's defined by the KIM API. | |
| recursive subroutine, public | kim_collection_module::kim_get_collection (index, collection, ierr) |
| Get the identity of each defined standard Collection. | |
Variables | |
| type(kim_collection_type), save, bind(C, name="KIM_COLLECTION_system"), public, protected | kim_collection_module::kim_collection_system |
The standard system Collection. | |
| type(kim_collection_type), save, bind(C, name="KIM_COLLECTION_user"), public, protected | kim_collection_module::kim_collection_user |
The standard user Collection. | |
| type(kim_collection_type), save, bind(C, name="KIM_COLLECTION_environmentVariable"), public, protected | kim_collection_module::kim_collection_environment_variable |
The standard environmentVariable Collection. | |
| type(kim_collection_type), save, bind(C, name="KIM_COLLECTION_currentWorkingDirectory"), public, protected | kim_collection_module::kim_collection_current_working_directory |
The standard currentWorkingDirectory Collection. | |