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

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

#include <fs.h>

Public Attributes

const char * path
 
const char * data
 
std::size_t size
 

Detailed Description

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

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

Definition at line 309 of file fs.h.

Member Data Documentation

◆ data

const char* uvw::FsEvent< details::UVFsType::READLINK >::data

A bunch of data read from the given path.

Definition at line 314 of file fs.h.

◆ path

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

The path affecting the request.

Definition at line 313 of file fs.h.

◆ size

std::size_t uvw::FsEvent< details::UVFsType::READLINK >::size

The amount of data read from the given path.

Definition at line 315 of file fs.h.


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