uvw 2.12.1
|
uvw
default namespace.
More...
Typedefs | |
using | HandleType = details::UVHandleType |
using | HandleCategory = details::UVTypeWrapper<uv_handle_type> |
using | FileHandle = details::UVTypeWrapper<uv_file> |
using | OSSocketHandle = details::UVTypeWrapper<uv_os_sock_t> |
using | OSFileDescriptor = details::UVTypeWrapper<uv_os_fd_t> |
using | PidType = details::UVTypeWrapper<uv_pid_t> |
using | TimeSpec = uv_timespec_t |
using | Stat = uv_stat_t |
using | Statfs = uv_statfs_t |
using | Uid = uv_uid_t |
using | Gid = uv_gid_t |
using | TimeVal = uv_timeval_t |
using | TimeVal64 = uv_timeval64_t |
using | RUsage = uv_rusage_t |
Functions | |
template<typename Type > | |
static constexpr std::uint32_t | type () noexcept |
Returns a numerical identifier for a given type. | |
template<class... Func> | |
Overloaded (Func...) -> Overloaded< Func... > | |
Deduction guide. | |
Variables | |
constexpr FileHandle | StdIN {0} |
constexpr FileHandle | StdOUT {1} |
constexpr FileHandle | StdERR {2} |
uvw
default namespace.
using uvw::FileHandle = details::UVTypeWrapper<uv_file> |
using uvw::HandleCategory = details::UVTypeWrapper<uv_handle_type> |
using uvw::HandleType = details::UVHandleType |
using uvw::OSFileDescriptor = details::UVTypeWrapper<uv_os_fd_t> |
using uvw::OSSocketHandle = details::UVTypeWrapper<uv_os_sock_t> |
using uvw::PidType = details::UVTypeWrapper<uv_pid_t> |
using uvw::RUsage = uv_rusage_t |
using uvw::Stat = uv_stat_t |
using uvw::Statfs = uv_statfs_t |
using uvw::TimeSpec = uv_timespec_t |
using uvw::TimeVal = uv_timeval_t |
using uvw::TimeVal64 = uv_timeval64_t |
uvw::Overloaded | ( | Func... | ) | -> Overloaded< Func... > |
Deduction guide.
Func | Types of function objects. |
|
staticnodiscardconstexprnoexcept |
Returns a numerical identifier for a given type.
Type | The type for which to return the numerical identifier. |
Definition at line 54 of file type_info.hpp.
|
constexpr |
|
constexpr |
|
constexpr |