载入中...
搜索中...
未找到
FileWatch.h 文件参考
#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