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

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

#include <fs.h>

Public Attributes

const char * path
 
Stat stat
 

Detailed Description

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

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

Definition at line 235 of file fs.h.

Member Data Documentation

◆ path

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

The path affecting the request.

Definition at line 240 of file fs.h.

◆ stat

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

An initialized instance of Stat.

Definition at line 241 of file fs.h.


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