opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
app_clock.h File Reference
#include <chrono>
#include <ratio>
Include dependency graph for app_clock.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  osc::AppClock
 

Namespaces

namespace  osc
 

Typedefs

using osc::AppNanos = std::chrono::duration< AppClock::rep, std::nano >
 
using osc::AppMicros = std::chrono::duration< AppClock::rep, std::micro >
 
using osc::AppMillis = std::chrono::duration< AppClock::rep, std::milli >
 
using osc::AppSeconds = std::chrono::duration< AppClock::rep >
 
using osc::AppMinutes = std::chrono::duration< AppClock::rep, std::ratio< 60 > >
 
using osc::AppHours = std::chrono::duration< AppClock::rep, std::ratio< 3600 > >