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
 
struct  ObjectInfo< TimeSpan, false, false >
 

Namespaces

namespace  NDEVR
 

Functions

NDEVR_BASE_API TimeSpan operator- (const Time &time, const Time &value)
 
NDEVR_BASE_API Time operator+ (const Time &time, const TimeSpan &value)
 
NDEVR_BASE_API Time operator- (const Time &time, const TimeSpan &value)
 
NDEVR_BASE_API Timeoperator+= (Time &time, const TimeSpan &value)
 
NDEVR_BASE_API Timeoperator-= (Time &time, const TimeSpan &value)
 
constexpr TimeSpan abs (const TimeSpan &value)
 
constexpr TimeSpan operator% (const Time &time, const TimeSpan &duration)