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

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

#include <fs.h>

Public Attributes

const char * name
 
EntryType type
 
bool eos
 

Detailed Description

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

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

Definition at line 355 of file fs.h.

Member Data Documentation

◆ eos

bool uvw::FsEvent< details::UVFsType::READDIR >::eos

True if there a no more entries to read.

Definition at line 364 of file fs.h.

◆ name

const char* uvw::FsEvent< details::UVFsType::READDIR >::name

The name of the last entry.

Definition at line 362 of file fs.h.

◆ type

EntryType uvw::FsEvent< details::UVFsType::READDIR >::type

The entry type.

Definition at line 363 of file fs.h.


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