Nugget
|
This is the complete list of members for psyqo::paths::ArchiveManager, including all inherited members.
getFirstIndexEntry() const | psyqo::paths::ArchiveManager | inline |
getIndexCount() const | psyqo::paths::ArchiveManager | inline |
getIndexEntry(eastl::string_view path) const | psyqo::paths::ArchiveManager | |
getIndexEntry(const char(&path)[S]) const | psyqo::paths::ArchiveManager | inline |
getIndexEntry(uint64_t hash) const | psyqo::paths::ArchiveManager | |
getIndexEntrySectorStart(const IndexEntry *entry) const | psyqo::paths::ArchiveManager | inline |
initialize(eastl::string_view archiveName, ISO9660Parser &parser, eastl::function< void(bool)> &&callback) | psyqo::paths::ArchiveManager | inline |
initialize(eastl::string_view archiveName, ISO9660Parser &parser) | psyqo::paths::ArchiveManager | inline |
initialize(uint32_t LBA, CDRom &device, eastl::function< void(bool)> &&callback) | psyqo::paths::ArchiveManager | inline |
initialize(uint32_t LBA, CDRom &device) | psyqo::paths::ArchiveManager | inline |
readFile(const char(&path)[S], CDRom &device, eastl::function< void(Buffer< uint8_t > &&)> &&callback) | psyqo::paths::ArchiveManager | inline |
readFile(eastl::string_view path, CDRom &device, eastl::function< void(Buffer< uint8_t > &&)> &&callback) | psyqo::paths::ArchiveManager | inline |
readFile(uint64_t hash, CDRom &device, eastl::function< void(Buffer< uint8_t > &&)> &&callback) | psyqo::paths::ArchiveManager | inline |
readFile(const IndexEntry *entry, CDRom &device, eastl::function< void(Buffer< uint8_t > &&)> &&callback) | psyqo::paths::ArchiveManager | inline |
readFile(const char(&path)[S], CDRom &device) | psyqo::paths::ArchiveManager | inline |
readFile(eastl::string_view path, CDRom &device) | psyqo::paths::ArchiveManager | inline |
readFile(uint64_t hash, CDRom &device) | psyqo::paths::ArchiveManager | inline |
readFile(const IndexEntry *entry, CDRom &device) | psyqo::paths::ArchiveManager | inline |
registerAllDecompressors() | psyqo::paths::ArchiveManager | inlinestatic |
registerLZ4Decompressor() | psyqo::paths::ArchiveManager | inlinestatic |
registerUCL_NRV2EDecompressor() | psyqo::paths::ArchiveManager | inlinestatic |
scheduleInitialize(eastl::string_view archiveName, ISO9660Parser &parser) | psyqo::paths::ArchiveManager | inline |
scheduleInitialize(uint32_t LBA, CDRom &device) | psyqo::paths::ArchiveManager | inline |
scheduleReadFile(const char(&path)[S], CDRom &device) | psyqo::paths::ArchiveManager | inline |
scheduleReadFile(eastl::string_view path, CDRom &device) | psyqo::paths::ArchiveManager | inline |
scheduleReadFile(uint64_t hash, CDRom &device) | psyqo::paths::ArchiveManager | inline |
scheduleReadFile(const IndexEntry *entry, CDRom &device) | psyqo::paths::ArchiveManager | inline |
setBuffer(Buffer< uint8_t > &&buffer) | psyqo::paths::ArchiveManager | inline |