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

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

#include <fs.h>

Public Attributes

const char * path
 
Stat stat
 

Detailed Description

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

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

Definition at line 249 of file fs.h.

Member Data Documentation

◆ path

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

The path affecting the request.

Definition at line 253 of file fs.h.

◆ stat

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

An initialized instance of Stat.

Definition at line 254 of file fs.h.


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