Unravel Engine C++ Reference
Loading...
Searching...
No Matches
fs::watcher::entry Struct Reference

#include <watcher.h>

Public Attributes

fs::path path
 
fs::path last_path
 
entry_status status = unmodified
 
fs::file_time_type last_mod_time
 
std::uintmax_t size = 0
 
fs::file_type type
 

Detailed Description

Definition at line 32 of file watcher.h.

Member Data Documentation

◆ last_mod_time

fs::file_time_type fs::watcher::entry::last_mod_time

Definition at line 37 of file watcher.h.

◆ last_path

fs::path fs::watcher::entry::last_path

Definition at line 35 of file watcher.h.

◆ path

fs::path fs::watcher::entry::path

Definition at line 34 of file watcher.h.

◆ size

std::uintmax_t fs::watcher::entry::size = 0

Definition at line 38 of file watcher.h.

◆ status

entry_status fs::watcher::entry::status = unmodified

Definition at line 36 of file watcher.h.

◆ type

fs::file_type fs::watcher::entry::type

Definition at line 39 of file watcher.h.


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