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

Description

Definition at line 66 of file MapdataGeoObj.hh.

Inheritance diagram for System::MapdataGeoObjAccessor:

Public Member Functions

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

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ MapdataGeoObjAccessor()

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

Definition at line 25 of file MapdataGeoObj.cc.