|
uvw
1.8.0
|
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 | Uid = uv_uid_t |
| using | Gid = uv_gid_t |
| using | TimeVal = uv_timeval_t |
| using | RUsage = uv_rusage_t |
Variables | |
| constexpr FileHandle | StdIN {0} |
| constexpr FileHandle | StdOUT {1} |
| constexpr FileHandle | StdERR {2} |
uvw default namespace.
| using uvw::FileHandle = typedef details::UVTypeWrapper<uv_file> |
| using uvw::Gid = typedef uv_gid_t |
| using uvw::HandleCategory = typedef details::UVTypeWrapper<uv_handle_type> |
| using uvw::HandleType = typedef details::UVHandleType |
| using uvw::OSFileDescriptor = typedef details::UVTypeWrapper<uv_os_fd_t> |
| using uvw::OSSocketHandle = typedef details::UVTypeWrapper<uv_os_sock_t> |
| using uvw::PidType = typedef details::UVTypeWrapper<uv_pid_t> |
| using uvw::RUsage = typedef uv_rusage_t |
| using uvw::Stat = typedef uv_stat_t |
| using uvw::TimeSpec = typedef uv_timespec_t |
| using uvw::TimeVal = typedef uv_timeval_t |
| using uvw::Uid = typedef uv_uid_t |
| constexpr FileHandle uvw::StdERR {2} |
| constexpr FileHandle uvw::StdIN {0} |
| constexpr FileHandle uvw::StdOUT {1} |
1.8.13