Skip to content

EntropyEngine::Core::IO::FileWatchManager::WatchSlot

EntropyEngine::Core::IO::FileWatchManager::WatchSlot

Section titled “EntropyEngine::Core::IO::FileWatchManager::WatchSlot”

Storage slot for a FileWatch.

Name
FileWatch *watch
Pointer to the watch object (or nullptr if free).
booloccupied
true if slot is in use
uint32_tgeneration
Generation counter for validation.
FileWatch * watch = nullptr;

Pointer to the watch object (or nullptr if free).

bool occupied = false;

true if slot is in use

uint32_t generation = 0;

Generation counter for validation.


Updated on 2026-01-26 at 17:14:35 -0500