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