SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
BinaryDataChunkHolder Class Reference

Public Member Functions

 BinaryDataChunkHolder (u32, int)
 
void loadFromFileBinary (const u8 *, u32)
 
void makeFileBinary (u8 *, u32)
 
void addChunk (BinaryDataChunkBase *)
 
BinaryDataChunkBasefindFromSignature (u32) const
 

Public Attributes

BinaryDataChunkBase ** mChunks
 
s32 mMaxChunks
 
s32 mNumChunks
 
u8 * mData
 
u32 _10
 

Detailed Description

Definition at line 14 of file BinaryDataChunkHolder.hpp.

Member Function Documentation

◆ addChunk()

void BinaryDataChunkHolder::addChunk ( BinaryDataChunkBase * pChunk)

Definition at line 3 of file BinaryDataChunkHolder.cpp.

◆ findFromSignature()

BinaryDataChunkBase * BinaryDataChunkHolder::findFromSignature ( u32 signature) const

Definition at line 9 of file BinaryDataChunkHolder.cpp.

Member Data Documentation

◆ mChunks

BinaryDataChunkBase** BinaryDataChunkHolder::mChunks

Definition at line 25 of file BinaryDataChunkHolder.hpp.

◆ mMaxChunks

s32 BinaryDataChunkHolder::mMaxChunks

Definition at line 26 of file BinaryDataChunkHolder.hpp.

◆ mNumChunks

s32 BinaryDataChunkHolder::mNumChunks

Definition at line 27 of file BinaryDataChunkHolder.hpp.

◆ mData

u8* BinaryDataChunkHolder::mData

Definition at line 28 of file BinaryDataChunkHolder.hpp.

◆ _10

u32 BinaryDataChunkHolder::_10

Definition at line 29 of file BinaryDataChunkHolder.hpp.