|
Unravel Engine C++ Reference
|
#include "syncer.h"#include "watcher.h"#include <algorithm>#include <mutex>#include <unordered_map>#include <unordered_set>#include <vector>#include <poolstl/poolstl.hpp>#include <logging/logging.h>Go to the source code of this file.
Namespaces | |
| namespace | fs |
Macros | |
| #define | POOLSTL_STD_SUPPLEMENT 1 |
Functions | |
| static auto | fs::extract_entry_extension (const fs::path &path) -> std::string |
| static void | fs::ensure_directory_exists (const fs::path &path) |
| static auto | fs::entry_serialization_key (const fs::path &watch_root, const fs::watcher::entry &entry) -> std::string |
| Paths that share a key are processed on one worker in order (create -> rename, etc.). | |
| #define POOLSTL_STD_SUPPLEMENT 1 |
Definition at line 10 of file syncer.cpp.