Structs§
- DirIndexer
- The
DirIndexer
struct represents an indexer for a directory.
Functions§
- get_
ab2rl_ dir_ paths_ map - Retrieves a mapping of absolute directory paths to relative directory paths from the specified root path.
- get_
ab2rl_ file_ paths_ map - Retrieves a mapping of absolute file paths to relative file paths from the specified root path.
- get_
absolute_ dir_ paths_ set - Retrieves a set of absolute directory paths from the specified root path.
- get_
absolute_ file_ paths_ set - Retrieves a set of absolute file paths from the specified root path.
- get_
relative_ dir_ paths_ set - Retrieves a set of relative directory paths from the specified root path.
- get_
relative_ file_ paths_ set - Retrieves a set of relative file paths from the specified root path.
- get_
rl2ab_ dir_ paths_ map - Retrieves a mapping of relative directory paths to absolute directory paths from the specified root path.
- get_
rl2ab_ file_ paths_ map - Retrieves a mapping of relative file paths to absolute file paths from the specified root path.