libfilezilla
Classes | Namespaces | Functions
time.hpp File Reference

Assorted classes dealing with time. More...

#include "libfilezilla.hpp"
#include <chrono>
#include <ctime>
#include <limits>
#include "private/windows.hpp"
Include dependency graph for time.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  final< UniqueType, Values >
 This is the recommended event class. More...
class  final< UniqueType, Values >
 This is the recommended event class. More...
class  final< UniqueType, Values >
 This is the recommended event class. More...

Namespaces

namespace  fz
 

The namespace used by libfilezilla.


Functions

duration operator- (duration const &a, duration const &b)
duration operator- (datetime const &a, datetime const &b)
 Gets the difference between two timestamps as duration.
duration operator- (monotonic_clock const &a, monotonic_clock const &b)

Detailed Description

Assorted classes dealing with time.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines