|
uvw 3.4.0
|
Base class for fs/file request. More...
#include <fs.h>


Additional Inherited Members | |
Public Member Functions inherited from uvw::request< T, uv_fs_t, fs_event > | |
| int | cancel () |
| Cancels a pending request. | |
| std::size_t | size () const noexcept |
| Returns the size of the underlying request type. | |
Public Member Functions inherited from uvw::resource< T, uv_fs_t, E... > | |
| std::shared_ptr< R > | data () const |
Gets user-defined data. uvw won't use this field in any case. | |
| void | data (std::shared_ptr< void > udata) |
Sets arbitrary data. uvw won't use this field in any case. | |
Public Member Functions inherited from uvw::uv_type< uv_fs_t > | |
| loop & | parent () const noexcept |
| Gets the loop from which the resource was originated. | |
| const uv_fs_t * | raw () const noexcept |
| Gets the underlying raw data structure. | |
| uv_fs_t * | raw () noexcept |
| Gets the underlying raw data structure. | |
Public Member Functions inherited from uvw::emitter< T, E... > | |
| void | on (listener_t< Type > f) |
| Registers a long-lived listener with the event emitter. | |
| void | reset () noexcept |
| Disconnects the listener for the given event type. | |
| void | reset () noexcept |
| Disconnects all listeners. | |
| bool | has () const noexcept |
| Checks if there is a listener registered for the specific event. | |
Base class for fs/file request.
Not directly instantiable, should not be used by the users of the library.