![]() |
API Documentation
|
#include "DLLInfo.h"#include <NDEVR/Time.h>#include <NDEVR/LibAssert.h>#include <NDEVR/ObjectInfo.h>Go to the source code of this file.
Classes | |
| class | TimeSpan |
| Stores a time span, or difference between two times, with an optional start time. More... | |
Namespaces | |
| namespace | NDEVR |
Functions | |
| constexpr TimeSpan | abs (const TimeSpan &value) |
| constexpr TimeSpan | operator% (const Time &time, const TimeSpan &duration) |
| Time | operator+ (const Time &time, const TimeSpan &value) |
| Time & | operator+= (Time &time, const TimeSpan &value) |
| TimeSpan | operator- (const Time &time, const Time &value) |
| Time | operator- (const Time &time, const TimeSpan &value) |
| Time & | operator-= (Time &time, const TimeSpan &value) |