31#ifndef KIM_MODEL_COMPUTE_ARGUMENTS_DESTROY_H_
32#define KIM_MODEL_COMPUTE_ARGUMENTS_DESTROY_H_
35#ifndef KIM_LOG_VERBOSITY_DEFINED_
36#define KIM_LOG_VERBOSITY_DEFINED_
46#ifndef KIM_MODEL_COMPUTE_ARGUMENTS_DESTROY_DEFINED_
47#define KIM_MODEL_COMPUTE_ARGUMENTS_DESTROY_DEFINED_
84 char const *
const message,
86 char const *
const fileName);
98 modelComputeArgumentsDestroy);
struct KIM_ModelComputeArgumentsDestroy KIM_ModelComputeArgumentsDestroy
Forward declaration.
char const * KIM_ModelComputeArgumentsDestroy_ToString(KIM_ModelComputeArgumentsDestroy const *const modelComputeArgumentsDestroy)
Get a string representing the internal state of the ComputeArguments object.
void KIM_ModelComputeArgumentsDestroy_GetModelBufferPointer(KIM_ModelComputeArgumentsDestroy const *const modelComputeArgumentsDestroy, void **const ptr)
Get the Model's buffer pointer within the ComputeArguments object.
void KIM_ModelComputeArgumentsDestroy_LogEntry(KIM_ModelComputeArgumentsDestroy const *const modelComputeArgumentsDestroy, KIM_LogVerbosity const logVerbosity, char const *const message, int const lineNumber, char const *const fileName)
Write a log entry into the log file.
An Extensible Enumeration for the LogVerbosity's supported by the KIM API.