▼Nuv | Namespace for all uvcc definitions |
Cadopt_ref_t | The type of the adopt_ref constant |
Caligned_storage | A wrapper around std::aligned_storage< _LEN_, _ALIGN_ >::type that simplifies initializing the provided storage space, getting from it, setting it to, and automatic destroying it from objects of any type fitting to the given size and alignment requirements |
Cany_ptr | The analogue of std::unique_ptr that managed object type is not defined at compile time and can be varied |
Casync | Async handle |
Cbuffer | Encapsulates uv_buf_t data type and provides uv_buf_t[] functionality |
Ccheck | Check handle |
Cconnect | Stream connect request type |
Cdefault_delete | The analogue of the std::default_delete |
Cdefault_destroy | The analogue of the uv::default_delete but for the type destructor only |
Cfile | The open file handle |
▼Cfs | The base calss for filesystem requests |
Caccess | Check user's permissions for a file |
Cchmod | Change a file mode bits |
Cchown | Change ownership of a file. (Not implemented on Windows.) |
Cclose | Close a file handle |
Clink | Create a new link to a file |
Cmkdir | Create a directory |
Cmkdtemp | Create a uniquely named temporary directory |
Cread | Read data from a file |
Creadlink | Read value of a symbolic link |
Crealpath | Get canonicalized absolute pathname |
Crename | Change the name or location of a file |
Crmdir | Delete a directory |
Cscandir | Scan a directory |
Csendfile | Transfer data between file descriptors |
Cstat | Get information about a file |
Csync | Synchronize a file's state with storage device |
Ctruncate | Truncate a file to a specified length |
Cunlink | Delete a file name and possibly the file itself that the name refers to |
Cutime | Change file timestamps |
Cwrite | Write data to a file |
Cfs_event | FS Event handle |
Cgetaddrinfo | Getaddrinfo request type |
Cgetnameinfo | Getnameinfo request type |
Chandle | The base class for the libuv handles |
Cidle | Idle handle |
Cio | The base class for handles representing I/O endpoints: a file, TCP/UDP socket, pipe, TTY |
Cis_convertible_to_one_of | Checks if a type _T_ is convertible to one of the types from the type list _Ts_ |
Cis_one_of | Checks if a type _T_ belongs to a type list _Ts_ |
Cloop | The I/O event loop class |
Cmutex | |
Coutput | Generic write/send request type for I/O endpoints (files, TCP/UDP sockets, pipes, TTYs) |
Cpipe | Pipe handle |
Cpoll | Poll handle |
Cprepare | Prepare handle |
Cprocess | Process handle |
Cref_count | A reference counter with atomic increment/decrement |
Cref_guard | A scoped reference counting guard |
Crequest | The base class for the libuv requests |
Cshutdown | Stream shutdown request type |
Csignal | Signal handle |
Cspinlock | A simple spinlock mutex built around std::atomic_flag |
Cstream | Stream handle |
Ctcp | TCP handle |
Ctimer | Timer handle |
Ctty | TTY handle |
Ctype_at | Provides a typedef member type equal to the type from the type list _Ts_ at index _index_ . The index should start from 1 up to sizeof...(_Ts_) |
Ctype_storage | A wrapper providing the feature of being a standard layout type for the given type _T_ |
▼Cudp | UDP handle |
Cio_info | Supplemental data passed as the last argument to io::on_read_t callback function called by recv_start() |
Cudp_send | UDP send request type |
Cunion_storage | A tagged union that provide a storage space being a standard layout type suited for all its type variants specified in the type list _Ts_ |
Cuv_handle_traits< uv_async_t > | |
Cuv_handle_traits< uv_check_t > | |
Cuv_handle_traits< uv_fs_event_t > | |
Cuv_handle_traits< uv_fs_poll_t > | |
Cuv_handle_traits< uv_handle_t > | |
Cuv_handle_traits< uv_idle_t > | |
Cuv_handle_traits< uv_pipe_t > | |
Cuv_handle_traits< uv_poll_t > | |
Cuv_handle_traits< uv_prepare_t > | |
Cuv_handle_traits< uv_process_t > | |
Cuv_handle_traits< uv_signal_t > | |
Cuv_handle_traits< uv_stream_t > | |
Cuv_handle_traits< uv_tcp_t > | |
Cuv_handle_traits< uv_timer_t > | |
Cuv_handle_traits< uv_tty_t > | |
Cuv_handle_traits< uv_udp_t > | |
Cuv_req_traits< uv_connect_t > | |
Cuv_req_traits< uv_fs_t > | |
Cuv_req_traits< uv_getaddrinfo_t > | |
Cuv_req_traits< uv_getnameinfo_t > | |
Cuv_req_traits< uv_req_t > | |
Cuv_req_traits< uv_shutdown_t > | |
Cuv_req_traits< uv_udp_send_t > | |
Cuv_req_traits< uv_work_t > | |
Cuv_req_traits< uv_write_t > | |
Cwork | Work scheduling request type |
Cwrite | Stream write request type |