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

Member Data Documentation

◆ path

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

The path affecting the request.

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


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