24    void add_path(
const std::filesystem::path& path);
 
   28    std::pair<std::filesystem::path, bool> 
resolve(
const std::filesystem::path& path) 
const;
 
   30    std::vector<std::filesystem::path> 
get_paths() 
const;
 
   34        const std::filesystem::path& potential_base,
 
   35        const std::filesystem::path& path);