kim-api  2.3.0+v2.3.0.GNU.GNU.
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
Classes | Namespaces | Functions | Variables
KIM_TimeUnit.hpp File Reference
#include <string>
Include dependency graph for KIM_TimeUnit.hpp:
This graph shows which files directly or indirectly include this file:

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

 KIM
 
 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. More...
 
int KIM::TIME_UNIT::GetTimeUnit (int const index, TimeUnit *const timeUnit)
 Get the identity of each defined standard TimeUnit. More...
 

Variables

TimeUnit const KIM::TIME_UNIT::unused
 Indicates that a TimeUnit is not used. More...
 
TimeUnit const KIM::TIME_UNIT::fs
 The standard femtosecond unit of time. More...
 
TimeUnit const KIM::TIME_UNIT::ps
 The standard picosecond unit of time. More...
 
TimeUnit const KIM::TIME_UNIT::ns
 The standard nanosecond unit of time. More...
 
TimeUnit const KIM::TIME_UNIT::s
 The standard second unit of time. More...