uvcc
libuv C++ bindings
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NuvNamespace for all uvcc definitions
 Cadopt_ref_tThe type of the adopt_ref constant
 Caligned_storageA 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_ptrThe analogue of std::unique_ptr that managed object type is not defined at compile time and can be varied
 CasyncAsync handle
 CbufferEncapsulates uv_buf_t data type and provides uv_buf_t[] functionality
 CcheckCheck handle
 CconnectStream connect request type
 Cdefault_deleteThe analogue of the std::default_delete
 Cdefault_destroyThe analogue of the uv::default_delete but for the type destructor only
 CfileThe open file handle
 CfsThe base calss for filesystem requests
 CaccessCheck user's permissions for a file
 CchmodChange a file mode bits
 CchownChange ownership of a file. (Not implemented on Windows.)
 CcloseClose a file handle
 ClinkCreate a new link to a file
 CmkdirCreate a directory
 CmkdtempCreate a uniquely named temporary directory
 CreadRead data from a file
 CreadlinkRead value of a symbolic link
 CrealpathGet canonicalized absolute pathname
 CrenameChange the name or location of a file
 CrmdirDelete a directory
 CscandirScan a directory
 CsendfileTransfer data between file descriptors
 CstatGet information about a file
 CsyncSynchronize a file's state with storage device
 CtruncateTruncate a file to a specified length
 CunlinkDelete a file name and possibly the file itself that the name refers to
 CutimeChange file timestamps
 CwriteWrite data to a file
 Cfs_eventFS Event handle
 CgetaddrinfoGetaddrinfo request type
 CgetnameinfoGetnameinfo request type
 ChandleThe base class for the libuv handles
 CidleIdle handle
 CioThe base class for handles representing I/O endpoints: a file, TCP/UDP socket, pipe, TTY
 Cis_convertible_to_one_ofChecks if a type _T_ is convertible to one of the types from the type list _Ts_
 Cis_one_ofChecks if a type _T_ belongs to a type list _Ts_
 CloopThe I/O event loop class
 Cmutex
 CoutputGeneric write/send request type for I/O endpoints (files, TCP/UDP sockets, pipes, TTYs)
 CpipePipe handle
 CpollPoll handle
 CpreparePrepare handle
 CprocessProcess handle
 Cref_countA reference counter with atomic increment/decrement
 Cref_guardA scoped reference counting guard
 CrequestThe base class for the libuv requests
 CshutdownStream shutdown request type
 CsignalSignal handle
 CspinlockA simple spinlock mutex built around std::atomic_flag
 CstreamStream handle
 CtcpTCP handle
 CtimerTimer handle
 CttyTTY handle
 Ctype_atProvides 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_storageA wrapper providing the feature of being a standard layout type for the given type _T_
 CudpUDP handle
 Cio_infoSupplemental data passed as the last argument to io::on_read_t callback function called by recv_start()
 Cudp_sendUDP send request type
 Cunion_storageA 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 >
 CworkWork scheduling request type
 CwriteStream write request type