kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
Loading...
Searching...
No Matches
Data Types | Modules | Functions/Subroutines | Variables
kim_language_name_module.f90 File Reference

Go to the source code of this file.

Data Types

type  kim_language_name_module::kim_language_name_type
 An Extensible Enumeration for the LanguageName's supported by the KIM API. More...
 
interface  kim_language_name_module::kim_known
 Determines if the object is a quantity known to the KIM API. More...
 
interface  kim_language_name_module::kim_from_string
 Create a LanguageName 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_language_name_module::kim_to_string
 Converts the object to a string. More...
 
interface  get_string
 

Modules

module  kim_language_name_module
 An Extensible Enumeration for the LanguageName's supported by the KIM API.
 

Functions/Subroutines

recursive subroutine, public kim_language_name_module::kim_get_number_of_language_names (number_of_language_names)
 Get the number of standard LanguageName's defined by the KIM API. More...
 
recursive subroutine, public kim_language_name_module::kim_get_language_name (index, language_name, ierr)
 Get the identity of each defined standard LanguageName. More...
 

Variables

type(kim_language_name_type), save, bind(C, name="KIM_LANGUAGE_NAME_cpp"), public, protected kim_language_name_module::kim_language_name_cpp
 The standard cpp language. More...
 
type(kim_language_name_type), save, bind(C, name="KIM_LANGUAGE_NAME_c"), public, protected kim_language_name_module::kim_language_name_c
 The standard c language. More...
 
type(kim_language_name_type), save, bind(C, name="KIM_LANGUAGE_NAME_fortran"), public, protected kim_language_name_module::kim_language_name_fortran
 The standard fortran language. More...