EntropyEngine::Core::IO::FileWatchManager::WatchSlot
EntropyEngine::Core::IO::FileWatchManager::WatchSlot
Section titled “EntropyEngine::Core::IO::FileWatchManager::WatchSlot”Storage slot for a FileWatch.
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| FileWatch * | watch Pointer to the watch object (or nullptr if free). |
| bool | occupied true if slot is in use |
| uint32_t | generation Generation counter for validation. |
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable watch
Section titled “variable watch”FileWatch * watch = nullptr;Pointer to the watch object (or nullptr if free).
variable occupied
Section titled “variable occupied”bool occupied = false;true if slot is in use
variable generation
Section titled “variable generation”uint32_t generation = 0;Generation counter for validation.
Updated on 2026-01-26 at 17:14:35 -0500