Arkanjo 0.1
A tool for find code duplicated functions in codebases
|
Path abstraction for temporary codebase. More...
#include <string>
#include <vector>
#include <cassert>
#include <algorithm>
Go to the source code of this file.
Classes | |
class | Path |
Path manipulation class for tool-specific directory structure. More... | |
Path abstraction for temporary codebase.
Provides path manipulation utilities specific to the tool's directory structure. Handles paths without requiring actual file system access. Contains the abstraction of a path to a function in the temporary code base. Useful for elements that does not need to, in fact, read the files in the temporary codebase.
Definition in file path.hpp.