31#ifndef KIM_MODEL_DESTROY_HPP_
32#define KIM_MODEL_DESTROY_HPP_
41class ModelDestroyImplementation;
87 std::string
const & message,
89 std::string
const & fileName)
const;
93 std::stringstream
const & message,
95 std::string
const & fileName)
const;
116 ModelDestroyImplementation * pimpl;
An Extensible Enumeration for the LogVerbosity's supported by the KIM API.
Provides the interface to a KIM API Model object for use by models within their MODEL_ROUTINE_NAME::D...
void GetModelBufferPointer(void **const ptr) const
Get the Model's buffer pointer within the Model object.
void LogEntry(LogVerbosity const logVerbosity, std::string const &message, int const lineNumber, std::string const &fileName) const
Write a log entry into the log file.
std::string const & ToString() const
Get a string representing the internal state of the Model object.
void LogEntry(LogVerbosity const logVerbosity, std::stringstream const &message, int const lineNumber, std::string const &fileName) const
This is an overloaded member function, provided for convenience. It differs from the above function o...