A reimplementation of Mario Kart Wii's physics engine in C++
Loading...
Searching...
No Matches
Abstract::ArchiveHandle Class Reference

Description

Definition at line 11 of file Archive.hh.

Classes

struct  FileInfo
 
struct  Node
 
struct  RawArchive
 

Public Member Functions

 ArchiveHandle (void *archiveStart)
 
s32 convertPathToEntryId (const char *path) const
 
bool open (s32 entryId, FileInfo &info) const
 
void * getFileAddress (const FileInfo &info) const
 
Nodenode (s32 entryId) const
 
void * startAddress () const
 

Private Attributes

void * m_startAddress
 
void * m_nodesAddress
 
void * m_filesAddress
 
u32 m_count
 
u32 m_currentNode
 
const char * m_strings
 

Constructor & Destructor Documentation

◆ ArchiveHandle()

Abstract::ArchiveHandle::ArchiveHandle ( void * archiveStart)
0x80124500

Definition at line 8 of file Archive.cc.

Member Function Documentation

◆ convertPathToEntryId()

s32 Abstract::ArchiveHandle::convertPathToEntryId ( const char * path) const
nodiscard0x80124894

Definition at line 23 of file Archive.cc.

◆ getFileAddress()

void * Abstract::ArchiveHandle::getFileAddress ( const FileInfo & info) const
inlinenodiscard0x80124CC0

Definition at line 61 of file Archive.hh.

◆ node()

Node * Abstract::ArchiveHandle::node ( s32 entryId) const
inlinenodiscard

Definition at line 65 of file Archive.hh.

◆ open()

bool Abstract::ArchiveHandle::open ( s32 entryId,
FileInfo & info ) const
0x80124844

Definition at line 103 of file Archive.cc.

◆ startAddress()

void * Abstract::ArchiveHandle::startAddress ( ) const
inlinenodiscard

Definition at line 70 of file Archive.hh.

Member Data Documentation

◆ m_count

u32 Abstract::ArchiveHandle::m_count
private

Definition at line 78 of file Archive.hh.

◆ m_currentNode

u32 Abstract::ArchiveHandle::m_currentNode
private

Definition at line 79 of file Archive.hh.

◆ m_filesAddress

void* Abstract::ArchiveHandle::m_filesAddress
private

Definition at line 77 of file Archive.hh.

◆ m_nodesAddress

void* Abstract::ArchiveHandle::m_nodesAddress
private

Definition at line 76 of file Archive.hh.

◆ m_startAddress

void* Abstract::ArchiveHandle::m_startAddress
private

Definition at line 75 of file Archive.hh.

◆ m_strings

const char* Abstract::ArchiveHandle::m_strings
private

Definition at line 80 of file Archive.hh.