Cache a list of all item names of a specific type in a specific collection. More...
Public Member Functions | |
recursive subroutine | kim_collections_cache_list_of_item_names_by_collection_and_type (collections_handle, collection, item_type, extent, ierr) |
Cache a list of all item names of a specific type in a specific collection. | |
Cache a list of all item names of a specific type in a specific collection.
Definition at line 177 of file kim_collections_module.f90.
recursive subroutine kim_collections_module::kim_cache_list_of_item_names_by_collection_and_type::kim_collections_cache_list_of_item_names_by_collection_and_type | ( | type(kim_collections_handle_type), intent(in) | collections_handle, |
type(kim_collection_type), intent(in) | collection, | ||
type(kim_collection_item_type_type), intent(in) | item_type, | ||
integer(c_int), intent(out) | extent, | ||
integer(c_int), intent(out) | ierr ) |
Cache a list of all item names of a specific type in a specific collection.
Definition at line 722 of file kim_collections_module.f90.