#include <string>Go to the source code of this file.
Classes | |
| class | KIM::TimeUnit |
| An Extensible Enumeration for the TimeUnit's supported by the KIM API. More... | |
| struct | KIM::TIME_UNIT::Comparator |
| Structure provided for use with std::map. More... | |
Namespaces | |
| namespace | KIM |
| namespace | KIM::TIME_UNIT |
| Contains the enumeration constants and the discovery routines for the TimeUnit Extensible Enumeration. | |
Functions | |
| void | KIM::TIME_UNIT::GetNumberOfTimeUnits (int *const numberOfTimeUnits) |
| Get the number of standard TimeUnit's defined by the KIM API. | |
| int | KIM::TIME_UNIT::GetTimeUnit (int const index, TimeUnit *const timeUnit) |
| Get the identity of each defined standard TimeUnit. | |
Variables | |
| TimeUnit const | KIM::TIME_UNIT::unused |
| Indicates that a TimeUnit is not used. | |
| TimeUnit const | KIM::TIME_UNIT::fs |
| The standard femtosecond unit of time. | |
| TimeUnit const | KIM::TIME_UNIT::ps |
| The standard picosecond unit of time. | |
| TimeUnit const | KIM::TIME_UNIT::ns |
| The standard nanosecond unit of time. | |
| TimeUnit const | KIM::TIME_UNIT::s |
| The standard second unit of time. | |