FsEvent event specialization for FsRequest::Type::READ
.
More...
#include <fs.h>
|
const char * | path |
|
std::unique_ptr< const char[]> | data |
|
std::size_t | size |
|
const char * | path |
|
FsEvent event specialization for FsRequest::Type::READ
.
It will be emitted by FsReq and/or FileReq according with their functionalities.
Definition at line 173 of file fs.h.
◆ data
std::unique_ptr<const char[]> uvw::FsEvent< details::UVFsType::READ >::data |
A bunch of data read from the given path.
Definition at line 178 of file fs.h.
◆ path [1/2]
The path affecting the request.
Definition at line 163 of file fs.h.
◆ path [2/2]
The path affecting the request.
Definition at line 177 of file fs.h.
◆ size
The amount of data read from the given path.
Definition at line 179 of file fs.h.
The documentation for this struct was generated from the following file: