kim-api  2.3.1-git+v2.3.0-git-2-g378406f9.GNU.GNU.
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
Classes | Namespaces | Functions | Variables
KIM_LanguageName.hpp File Reference
#include <string>
Include dependency graph for KIM_LanguageName.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  KIM::LanguageName
 An Extensible Enumeration for the LanguageName's supported by the KIM API. More...
 
struct  KIM::LANGUAGE_NAME::Comparator
 Structure provided for use with std::map. More...
 

Namespaces

 KIM
 
 KIM::LANGUAGE_NAME
 Contains the enumeration constants and the discovery routines for the LanguageName Extensible Enumeration.
 

Functions

void KIM::LANGUAGE_NAME::GetNumberOfLanguageNames (int *const numberOfLanguageNames)
 Get the number of standard LanguageName's defined by the KIM API. More...
 
int KIM::LANGUAGE_NAME::GetLanguageName (int const index, LanguageName *const languageName)
 Get the identity of each defined standard LanguageName. More...
 

Variables

LanguageName const KIM::LANGUAGE_NAME::cpp
 The standard cpp language. More...
 
LanguageName const KIM::LANGUAGE_NAME::c
 The standard c language. More...
 
LanguageName const KIM::LANGUAGE_NAME::fortran
 The standard fortran language. More...