uvw 2.12.1
Loading...
Searching...
No Matches
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 173 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 178 of file fs.h.

◆ path

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

The path affecting the request.

Definition at line 177 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 179 of file fs.h.


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