|
opynsim
Unofficial C++ Documentation
|
#include <chrono>#include <ratio>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 > > |