molecular
|
Indexes multiple package files. More...
#include <PackageFile.h>
Classes | |
struct | Entry |
Public Member Functions | |
template<class TStorage > | |
void | ReadFromFile (TStorage &storage, const std::string &filename) |
Index contents of package file. More... | |
template<class TIterator > | |
void | Populate (const std::string &filename, TIterator begin, TIterator end) |
Add index entries. More... | |
Entry | GetEntry (Hash name) const |
Entry | GetEntry (const char *name) const |
const Entry * | FindEntry (Hash name) const noexcept |
Indexes multiple package files.
|
inline |
|
inline |
Add index entries.
begin | Iterator to PackageFile::Entry |
|
inline |
Index contents of package file.