|
| typedef std::unordered_map< std::string, Item > | ItemMap |
| |
|
| ItemMap::const_iterator | FindItem (int wd) const |
| |
Definition at line 29 of file FileSystemWatcher.Linux.cpp.
◆ ItemMap
| typedef std::unordered_map<std::string, Item> Cogs::Storage::ItemMap |
◆ FindItem()
| ItemMap::const_iterator Cogs::Storage::FindItem |
( |
int |
wd | ) |
const |
|
inline |
◆ directories
| std::unordered_map<std::string, DirectoryEntry> Cogs::Storage::directories |
◆ directoriesMutex
| std::mutex Cogs::Storage::directoriesMutex |
◆ files
| std::unordered_map<std::string, FileEntry> Cogs::Storage::files |
◆ filesMutex
| std::mutex Cogs::Storage::filesMutex |
◆ fswContext
| drfsw_context* Cogs::Storage::fswContext = nullptr |
◆ items
| ItemMap Cogs::Storage::items |
◆ mutex
| std::mutex Cogs::Storage::mutex |
◆ notifyHandle
| int Cogs::Storage::notifyHandle = -1 |
◆ watcherDone [1/2]
| bool volatile Cogs::Storage::watcherDone = false |
◆ watcherDone [2/2]
| std::atomic<bool> Cogs::Storage::watcherDone = false |
◆ watcherThread
| std::thread Cogs::Storage::watcherThread |
The documentation for this struct was generated from the following files: