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