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

Go to the source code of this file.

Classes

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

Namespaces

 KIM
 
 KIM::MODEL_ROUTINE_NAME
 Contains the enumeration constants and the discovery routines for the ModelRoutineName Extensible Enumeration.
 

Functions

void KIM::MODEL_ROUTINE_NAME::GetNumberOfModelRoutineNames (int *const numberOfModelRoutineNames)
 Get the number of standard ModelRoutineName's defined by the KIM API. More...
 
int KIM::MODEL_ROUTINE_NAME::GetModelRoutineName (int const index, ModelRoutineName *const modelRoutineName)
 Get the identity of each defined standard ModelRoutineName. More...
 

Variables

ModelRoutineName const KIM::MODEL_ROUTINE_NAME::Create
 The standard Create routine. More...
 
ModelRoutineName const KIM::MODEL_ROUTINE_NAME::ComputeArgumentsCreate
 The standard ComputeArgumentsCreate routine. More...
 
ModelRoutineName const KIM::MODEL_ROUTINE_NAME::Compute
 The standard Compute routine. More...
 
ModelRoutineName const KIM::MODEL_ROUTINE_NAME::Extension
 The standard Extension routine. More...
 
ModelRoutineName const KIM::MODEL_ROUTINE_NAME::Refresh
 The standard Refresh routine. More...
 
ModelRoutineName const KIM::MODEL_ROUTINE_NAME::WriteParameterizedModel
 The standard WriteParameterizedModel routine. More...
 
ModelRoutineName const KIM::MODEL_ROUTINE_NAME::ComputeArgumentsDestroy
 The standard ComputeArgumentsDestroy routine. More...
 
ModelRoutineName const KIM::MODEL_ROUTINE_NAME::Destroy
 The standard Destroy routine. More...