载入中...
搜索中...
未找到
#include "common/config.h"#include <Poco/DirectoryWatcher.h>#include <memory>#include <mutex>#include <string>#include <unordered_map>#include <vector>类 | |
| class | eve::filesystem::FileWatch |
| OS directory watch with a main-thread event queue. Desktop/mobile: backed by Poco::DirectoryWatcher (see FileWatch.cpp). WebGPU (Emscripten): the browser VFS has no native file watching, so this is a no-op stub — add()/remove() return false, poll() returns false. 更多... | |
| struct | eve::filesystem::FileWatch::Event |
命名空间 | |
| namespace | eve |
| namespace | eve::filesystem |