time.h File Reference

CPP API: time.h File Reference
time.h File Reference
Include dependency graph for time.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mio::abm::TimePoint
 Represents a point in time. More...
 
class  mio::abm::TimeSpan
 A duration of time. More...
 

Namespaces

 mio
 A collection of classes to simplify handling of matrix shapes in meta programming.
 
 mio::abm
 

Functions

TimeSpan mio::abm::days (int days)
 Create a TimeSpan with a specified number of days. More...
 
TimeSpan mio::abm::days (ScalarType days)
 
TimeSpan mio::abm::hours (int hours)
 Create a TimeSpan of a specified number of hours. More...
 
TimeSpan mio::abm::minutes (int minutes)
 Create a TimeSpan of a specified number of minutes. More...
 
TimeSpan mio::abm::seconds (int seconds)
 Create a TimeSpan of a specified number of seconds. More...