|
ACAV f0ba4b7c9529
Abstract Syntax Tree (AST) visualization tool for C, C++, and Objective-C
|
Centralized file registry with path-to-FileID mapping. More...
#include <cstddef>#include <mutex>#include <optional>#include <string>#include <string_view>#include <unordered_map>#include <vector>Go to the source code of this file.
Classes | |
| class | acav::FileManager |
| Centralized file registry providing path-to-FileID mapping. More... | |
Typedefs | |
| using | acav::FileID = std::size_t |
| Type-safe identifier for registered files. 0 is reserved for invalid. | |
Centralized file registry with path-to-FileID mapping.
Definition in file FileManager.h.
| using acav::FileID = std::size_t |
Type-safe identifier for registered files. 0 is reserved for invalid.
Definition at line 38 of file FileManager.h.