API Documentation
Loading...
Searching...
No Matches
TimeSpan.h File Reference
#include "DLLInfo.h"
#include <NDEVR/Time.h>
#include <NDEVR/LibAssert.h>
#include <NDEVR/ObjectInfo.h>
Include dependency graph for TimeSpan.h:
This graph shows which files directly or indirectly include this file:

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)
 
Timeoperator+= (Time &time, const TimeSpan &value)
 
TimeSpan operator- (const Time &time, const Time &value)
 
Time operator- (const Time &time, const TimeSpan &value)
 
Timeoperator-= (Time &time, const TimeSpan &value)