#include <string>Go to the source code of this file.
Classes | |
| class | KIM::LogVerbosity |
| An Extensible Enumeration for the LogVerbosity's supported by the KIM API. More... | |
| struct | KIM::LOG_VERBOSITY::Comparator |
| Structure provided for use with std::map. More... | |
Namespaces | |
| namespace | KIM |
| namespace | KIM::LOG_VERBOSITY |
| Contains the enumeration constants and the discovery routines for the LogVerbosity Extensible Enumeration. | |
Functions | |
| void | KIM::LOG_VERBOSITY::GetNumberOfLogVerbosities (int *const numberOfLogVerbosities) |
| Get the number of standard LogVerbosity's defined by the KIM API. | |
| int | KIM::LOG_VERBOSITY::GetLogVerbosity (int const index, LogVerbosity *const logVerbosity) |
| Get the identity of each defined standard LogVerbosity. | |
Variables | |
| LogVerbosity const | KIM::LOG_VERBOSITY::silent |
The standard silent verbosity. | |
| LogVerbosity const | KIM::LOG_VERBOSITY::fatal |
The standard fatal verbosity. | |
| LogVerbosity const | KIM::LOG_VERBOSITY::error |
The standard error verbosity. | |
| LogVerbosity const | KIM::LOG_VERBOSITY::warning |
The standard warning verbosity. | |
| LogVerbosity const | KIM::LOG_VERBOSITY::information |
The standard information verbosity. | |
| LogVerbosity const | KIM::LOG_VERBOSITY::debug |
The standard debug verbosity. | |