60
66
CachedDirectory::CachedDirectory(const string& in_path, set<string>& allowed_exts) :
63
70
// TODO: Toss future exception
64
71
(void) open(in_path, allowed_exts);
74
CachedDirectory::CachedDirectory(const string& in_path, enum CachedDirectory::FILTER filter, bool use_full_path_arg) :
71
79
// TODO: Toss future exception