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

Public Member Functions

void append (const observed_changes &rhs)
 
void append (observed_changes &&rhs)
 

Public Attributes

std::vector< watcher::entryentries
 
std::vector< size_t > created
 
std::vector< size_t > modified
 

Detailed Description

Definition at line 22 of file watcher.cpp.

Member Function Documentation

◆ append() [1/2]

void fs::watcher::impl::observed_changes::append ( const observed_changes & rhs)
inline

Definition at line 29 of file watcher.cpp.

◆ append() [2/2]

void fs::watcher::impl::observed_changes::append ( observed_changes && rhs)
inline

Definition at line 50 of file watcher.cpp.

Member Data Documentation

◆ created

std::vector<size_t> fs::watcher::impl::observed_changes::created

Definition at line 26 of file watcher.cpp.

◆ entries

std::vector<watcher::entry> fs::watcher::impl::observed_changes::entries

Definition at line 24 of file watcher.cpp.

◆ modified

std::vector<size_t> fs::watcher::impl::observed_changes::modified

Definition at line 27 of file watcher.cpp.


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