Namespace uvw
Description
No description yet.
Namespaces
details |
Classes
Typedefs
Typedefs (util.h)
using HandleType = details::UVHandleType | The type of a handle. | |
using HandleCategory = details::UVTypeWrapper< uv_handle_type > | Utility class that wraps an internal handle type. | |
using FileHandle = details::UVTypeWrapper< uv_file > | Utility class that wraps an internal file handle. | |
using OSSocketHandle = details::UVTypeWrapper< uv_os_sock_t > | Utility class that wraps an os socket handle. | |
using OSFileDescriptor = details::UVTypeWrapper< uv_os_fd_t > | Utility class that wraps an os file descriptor. | |
using PidType = details::UVTypeWrapper< uv_pid_t > | Utility class that wraps a cross platform representation of a pid. | |
using TimeSpec = uv_timespec_t | Library equivalent for uv_timespec_t. | |
using Stat = uv_stat_t | Library equivalent for uv_stat_t. | |
using Statfs = uv_statfs_t | Library equivalent for uv_statfs_t. | |
using Uid = uv_uid_t | Library equivalent for uv_uid_t. | |
using Gid = uv_gid_t | Library equivalent for uv_gid_t. | |
using TimeVal = uv_timeval_t | Library equivalent for uv_timeval_t. | |
using TimeVal64 = uv_timeval64_t | Library equivalent for uv_timeval64_t. | |
using RUsage = uv_rusage_t | Library equivalent for uv_rusage_t. |
Variables
Variables (util.h)
constexpr FileHandle StdIN {0} | Placeholder for stdin descriptor. | |
constexpr FileHandle StdOUT {1} | Placeholder for stdout descriptor. | |
constexpr FileHandle StdERR {2} | Placeholder for stderr descriptor. |
Source
Line 8 in src/uvw/async.cpp.