83
83
* @param[in] File extensions to allow
85
85
CachedDirectory(const std::string& in_path, std::set<std::string>& allowed_exts);
86
CachedDirectory(const std::string& in_path, enum CachedDirectory::FILTER filter, bool use_full_path= false);
86
CachedDirectory(const std::string& in_path, CachedDirectory::FILTER filter, bool use_full_path= false);
89
89
* Destructor. Cleans up any resources we've taken