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 |
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 Time & | operator+= (Time &time, const TimeSpan &value) |
NDEVR_BASE_API Time & | operator-= (Time &time, const TimeSpan &value) |
constexpr TimeSpan | abs (const TimeSpan &value) |
constexpr TimeSpan | operator% (const Time &time, const TimeSpan &duration) |