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

Description

Definition at line 35 of file MapdataStageInfo.hh.

Inheritance diagram for System::MapdataStageInfoAccessor:

Public Member Functions

 MapdataStageInfoAccessor (const MapSectionHeader *header)
 
- Public Member Functions inherited from System::MapdataAccessorBase< MapdataStageInfo, MapdataStageInfo::SData >
 MapdataAccessorBase (const MapSectionHeader *header)
 
 MapdataAccessorBase (const MapdataAccessorBase &)=delete
 
 MapdataAccessorBase (MapdataAccessorBase &&)=delete
 
MapdataStageInfoget (u16 i) const
 
MapdataStageInfo::SDatagetData (u16 i) const
 
u16 size () const
 
void init (const MapdataStageInfo::SData *start, u16 count)
 

Additional Inherited Members

- Protected Attributes inherited from System::MapdataAccessorBase< MapdataStageInfo, MapdataStageInfo::SData >
MapdataStageInfo ** m_entries
 
u16 m_entryCount
 
const MapSectionHeaderm_sectionHeader
 

Constructor & Destructor Documentation

◆ MapdataStageInfoAccessor()

System::MapdataStageInfoAccessor::MapdataStageInfoAccessor ( const MapSectionHeader * header)

Definition at line 14 of file MapdataStageInfo.cc.