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

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

#include <fs.h>

Public Attributes

const char * path
 
std::size_t size
 

Detailed Description

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

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

Definition at line 201 of file fs.h.

Member Data Documentation

◆ path

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

The path affecting the request.

Definition at line 206 of file fs.h.

◆ size

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

The amount of data written to the given path.

Definition at line 207 of file fs.h.


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