uvw  2.11.0
Public Attributes | List of all members
uvw::FsEvent< details::UVFsType::READ > Struct Reference

FsEvent event specialization for FsRequest::Type::READ. More...

#include <fs.h>

Public Attributes

const char * path
 
std::unique_ptr< const char[]> data
 
std::size_t size
 

Detailed Description

FsEvent event specialization for FsRequest::Type::READ.

It will be emitted by FsReq and/or FileReq according with their functionalities.

Definition at line 183 of file fs.h.

Member Data Documentation

◆ data

std::unique_ptr<const char[]> uvw::FsEvent< details::UVFsType::READ >::data

A bunch of data read from the given path.

Definition at line 189 of file fs.h.

◆ path

const char* uvw::FsEvent< details::UVFsType::READ >::path

The path affecting the request.

Definition at line 188 of file fs.h.

◆ size

std::size_t uvw::FsEvent< details::UVFsType::READ >::size

The amount of data read from the given path.

Definition at line 190 of file fs.h.


The documentation for this struct was generated from the following file: