![]() |
libfilezilla
|
Assorted classes dealing with time. More...
#include "libfilezilla.hpp"
#include <chrono>
#include <ctime>
#include <limits>
#include "private/windows.hpp"
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) |
Assorted classes dealing with time.