Go to the source code of this file.
Classes | |
| struct | KIM_ModelRoutineName |
| An Extensible Enumeration for the ModelRoutineName's supported by the KIM API. More... | |
Functions | |
| KIM_ModelRoutineName | KIM_ModelRoutineName_FromString (char const *const str) |
| KIM::ModelRoutineName::ModelRoutineName(std::string const &) | |
| int | KIM_ModelRoutineName_Known (KIM_ModelRoutineName const modelRoutineName) |
| Determines if the object is a quantity known to the KIM API. | |
| int | KIM_ModelRoutineName_Equal (KIM_ModelRoutineName const lhs, KIM_ModelRoutineName const rhs) |
| Compares ModelRoutineName objects for equality. | |
| int | KIM_ModelRoutineName_NotEqual (KIM_ModelRoutineName const lhs, KIM_ModelRoutineName const rhs) |
| Compares ModelRoutineName objects for inequality. | |
| char const * | KIM_ModelRoutineName_ToString (KIM_ModelRoutineName const modelRoutineName) |
| Converts the object to a string. | |
| void | KIM_MODEL_ROUTINE_NAME_GetNumberOfModelRoutineNames (int *const numberOfModelRoutineNames) |
| Get the number of standard ModelRoutineName's defined by the KIM API. | |
| int | KIM_MODEL_ROUTINE_NAME_GetModelRoutineName (int const index, KIM_ModelRoutineName *const modelRoutineName) |
| Get the identity of each defined standard ModelRoutineName. | |
Variables | |
| KIM_ModelRoutineName const | KIM_MODEL_ROUTINE_NAME_Create |
The standard Create routine. | |
| KIM_ModelRoutineName const | KIM_MODEL_ROUTINE_NAME_ComputeArgumentsCreate |
The standard ComputeArgumentsCreate routine. | |
| KIM_ModelRoutineName const | KIM_MODEL_ROUTINE_NAME_Compute |
The standard Compute routine. | |
| KIM_ModelRoutineName const | KIM_MODEL_ROUTINE_NAME_Extension |
The standard Extension routine. | |
| KIM_ModelRoutineName const | KIM_MODEL_ROUTINE_NAME_Refresh |
The standard Refresh routine. | |
| KIM_ModelRoutineName const | KIM_MODEL_ROUTINE_NAME_WriteParameterizedModel |
The standard WriteParameterizedModel routine. | |
| KIM_ModelRoutineName const | KIM_MODEL_ROUTINE_NAME_ComputeArgumentsDestroy |
The standard ComputeArgumentsDestroy routine. | |
| KIM_ModelRoutineName const | KIM_MODEL_ROUTINE_NAME_Destroy |
The standard Destroy routine. | |
| int KIM_MODEL_ROUTINE_NAME_GetModelRoutineName | ( | int const | index, |
| KIM_ModelRoutineName *const | modelRoutineName ) |
Get the identity of each defined standard ModelRoutineName.
| void KIM_MODEL_ROUTINE_NAME_GetNumberOfModelRoutineNames | ( | int *const | numberOfModelRoutineNames | ) |
Get the number of standard ModelRoutineName's defined by the KIM API.
| int KIM_ModelRoutineName_Equal | ( | KIM_ModelRoutineName const | lhs, |
| KIM_ModelRoutineName const | rhs ) |
Compares ModelRoutineName objects for equality.
| KIM_ModelRoutineName KIM_ModelRoutineName_FromString | ( | char const *const | str | ) |
| int KIM_ModelRoutineName_Known | ( | KIM_ModelRoutineName const | modelRoutineName | ) |
Determines if the object is a quantity known to the KIM API.
| int KIM_ModelRoutineName_NotEqual | ( | KIM_ModelRoutineName const | lhs, |
| KIM_ModelRoutineName const | rhs ) |
Compares ModelRoutineName objects for inequality.
| char const * KIM_ModelRoutineName_ToString | ( | KIM_ModelRoutineName const | modelRoutineName | ) |
Converts the object to a string.
|
extern |
The standard Compute routine.
|
extern |
The standard ComputeArgumentsCreate routine.
|
extern |
The standard ComputeArgumentsDestroy routine.
|
extern |
The standard Create routine.
|
extern |
The standard Destroy routine.
|
extern |
The standard Extension routine.
|
extern |
The standard Refresh routine.
|
extern |
The standard WriteParameterizedModel routine.