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

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

#include <fs.h>

Public Attributes

const char * path
 
std::size_t descriptor
 
const char * path
 

Detailed Description

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

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

Definition at line 279 of file fs.h.

Member Data Documentation

◆ descriptor

std::size_t uvw::FsEvent< details::UVFsType::MKSTEMP >::descriptor

The file descriptor as an integer.

Definition at line 284 of file fs.h.

◆ path [1/2]

const char* uvw::FsEvent< e >::path

The path affecting the request.

Definition at line 163 of file fs.h.

◆ path [2/2]

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

The created file path.

Definition at line 283 of file fs.h.


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