#include <string>Go to the source code of this file.
Classes | |
| class | KIM::TemperatureUnit |
| An Extensible Enumeration for the TemperatureUnit's supported by the KIM API. More... | |
| struct | KIM::TEMPERATURE_UNIT::Comparator |
| Structure provided for use with std::map. More... | |
Namespaces | |
| namespace | KIM |
| namespace | KIM::TEMPERATURE_UNIT |
| Contains the enumeration constants and the discovery routines for the TemperatureUnit Extensible Enumeration. | |
Functions | |
| void | KIM::TEMPERATURE_UNIT::GetNumberOfTemperatureUnits (int *const numberOfTemperatureUnits) |
| Get the number of standard TemperatureUnit's defined by the KIM API. | |
| int | KIM::TEMPERATURE_UNIT::GetTemperatureUnit (int const index, TemperatureUnit *const temperatureUnit) |
| Get the identity of each defined standard TemperatureUnit. | |
Variables | |
| TemperatureUnit const | KIM::TEMPERATURE_UNIT::unused |
| Indicates that a TemperatureUnit is not used. | |
| TemperatureUnit const | KIM::TEMPERATURE_UNIT::K |
| The standard Kelvin unit of temperature. | |