Classes | |
struct | Node |
Public Types | |
typedef Common::HashMap< Common::Path, Node, Common::Path::IgnoreCase_Hash, Common::Path::IgnoreCase_EqualTo > | MatchList |
Public Member Functions | |
SearchManager (const Common::Path &rootPath, int depth) | |
void | addFile (const Common::Path &name, Common::Archive *arch) |
void | addDir (const Common::Path &name) |
Common::File * | openFile (const Common::Path &name) |
bool | openFile (Common::File &file, const Common::Path &name) |
bool | hasFile (const Common::Path &name) |
bool | loadZix (const Common::Path &name) |
void | listMembersWithExtension (MatchList &fileList, Common::String extension) |