OpenVPN 3 Core Library
|
#include <chrono>
#include <cstdint>
#include <limits>
#include <openvpn/common/platform.hpp>
#include <openvpn/common/exception.hpp>
#include <openvpn/common/olong.hpp>
#include <openvpn/common/to_string.hpp>
#include <openvpn/common/numeric_cast.hpp>
#include <sys/time.h>
Go to the source code of this file.
Classes | |
class | openvpn::TimeType< T > |
class | openvpn::TimeType< T >::Duration |
Namespaces | |
namespace | openvpn |
Macros | |
#define | OPENVPN_DURATION_REL(OP) |
#define | OPENVPN_TIME_REL(OP) |
Typedefs | |
typedef TimeType< oulong > | openvpn::Time |
typedef Time * | openvpn::TimePtr |
Functions | |
openvpn::OPENVPN_SIMPLE_EXCEPTION (get_time_error) | |
#define OPENVPN_DURATION_REL | ( | OP | ) |