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