Definition at line 10 of file Archive.hh.
|
static Archive * | FindArchive (void *archiveStart) |
| Checks to see if a given archive is already mounted.
|
|
static Archive * | Mount (void *archiveStart) |
| Creates a new Archive object or increments the ref count for an already existing Archive.
|
|
◆ ~Archive()
EGG::Archive::~Archive |
( |
| ) |
|
|
0x8020f6ec |
Removes the archive from the static list.
Called when the archive's reference count becomes 0.
Definition at line 11 of file Archive.cc.
◆ Archive()
EGG::Archive::Archive |
( |
void * | archiveStart | ) |
|
|
privateInlined in 0x8020F768 |
◆ convertPathToEntryId()
s32 EGG::Archive::convertPathToEntryId |
( |
const char * | path | ) |
const |
|
nodiscard0x8020fa78 |
◆ FindArchive()
Archive * EGG::Archive::FindArchive |
( |
void * | archiveStart | ) |
|
|
staticnodiscardInlined in 0x8020F768 |
Checks to see if a given archive is already mounted.
- Parameters
-
archiveStart | The address of the archive to search for. |
- Returns
- The archive if it is already mounted, or nullptr if it is not.
Definition at line 40 of file Archive.cc.
◆ getFileFast()
◆ Mount()
Archive * EGG::Archive::Mount |
( |
void * | archiveStart | ) |
|
|
staticnodiscard0x8020F768 |
Creates a new Archive object or increments the ref count for an already existing Archive.
- Parameters
-
archiveStart | The address of the archive to mount. |
- Returns
- The Archive, regardless if it is new or already exists.
Definition at line 56 of file Archive.cc.
◆ unmount()
void EGG::Archive::unmount |
( |
| ) |
|
|
0x8020fa38 |
◆ m_handle
◆ m_refCount
s32 EGG::Archive::m_refCount = 1 |
|
private |
◆ s_archiveList
std::list< Archive * > EGG::Archive::s_archiveList |
|
staticprivate |
The linked list of all mounted archives.
Definition at line 27 of file Archive.hh.