#include <string>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 | |
| namespace | KIM |
| namespace | 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. | |
| int | KIM::LANGUAGE_NAME::GetLanguageName (int const index, LanguageName *const languageName) |
| Get the identity of each defined standard LanguageName. | |
Variables | |
| LanguageName const | KIM::LANGUAGE_NAME::cpp |
The standard cpp language. | |
| LanguageName const | KIM::LANGUAGE_NAME::c |
The standard c language. | |
| LanguageName const | KIM::LANGUAGE_NAME::fortran |
The standard fortran language. | |