uvw 2.12.1
Loading...
Searching...
No Matches
uvw::FsEvent< details::UVFsType::FSTAT > Struct Reference

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

#include <fs.h>

Public Attributes

const char * path
 
Stat stat
 

Detailed Description

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

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

Definition at line 234 of file fs.h.

Member Data Documentation

◆ path

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

The path affecting the request.

Definition at line 238 of file fs.h.

◆ stat

Stat uvw::FsEvent< details::UVFsType::FSTAT >::stat

An initialized instance of Stat.

Definition at line 239 of file fs.h.


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