KIM API V2
|
Go to the source code of this file.
Classes | |
struct | KIM_CallbackName |
Macros | |
#define | KIM_CALLBACK_NAME_DEFINED_ |
Typedefs | |
typedef struct KIM_CallbackName | KIM_CallbackName |
Functions | |
KIM_CallbackName | KIM_CallbackNameFromString (char const *const str) |
int | KIM_CallbackNameEqual (KIM_CallbackName const left, KIM_CallbackName const right) |
int | KIM_CallbackNameNotEqual (KIM_CallbackName const left, KIM_CallbackName const right) |
char const *const | KIM_CallbackNameString (KIM_CallbackName const callbackName) |
void | KIM_CALLBACK_NAME_GetNumberOfCallbacks (int *const numberOfCallbacks) |
int | KIM_CALLBACK_NAME_GetCallbackName (int const index, KIM_CallbackName *const callbackName) |
Variables | |
KIM_CallbackName const | KIM_CALLBACK_NAME_GetNeighborList |
KIM_CallbackName const | KIM_CALLBACK_NAME_ProcessDEDrTerm |
KIM_CallbackName const | KIM_CALLBACK_NAME_ProcessD2EDr2Term |
#define KIM_CALLBACK_NAME_DEFINED_ |
Definition at line 44 of file KIM_CallbackName.h.
typedef struct KIM_CallbackName KIM_CallbackName |
Definition at line 45 of file KIM_CallbackName.h.
int KIM_CALLBACK_NAME_GetCallbackName | ( | int const | index, |
KIM_CallbackName *const | callbackName | ||
) |
void KIM_CALLBACK_NAME_GetNumberOfCallbacks | ( | int *const | numberOfCallbacks | ) |
int KIM_CallbackNameEqual | ( | KIM_CallbackName const | left, |
KIM_CallbackName const | right | ||
) |
KIM_CallbackName KIM_CallbackNameFromString | ( | char const *const | str | ) |
int KIM_CallbackNameNotEqual | ( | KIM_CallbackName const | left, |
KIM_CallbackName const | right | ||
) |
char const* const KIM_CallbackNameString | ( | KIM_CallbackName const | callbackName | ) |
KIM_CallbackName const KIM_CALLBACK_NAME_GetNeighborList |
KIM_CallbackName const KIM_CALLBACK_NAME_ProcessD2EDr2Term |
KIM_CallbackName const KIM_CALLBACK_NAME_ProcessDEDrTerm |