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

#include <Disposer.hh>

Description

An interface for ensuring certain structures and classes are destroyed with the heap.

Singletons are expected to inherit Disposer.

Definition at line 11 of file Disposer.hh.

Inheritance diagram for EGG::Disposer:

Static Public Member Functions

static constexpr u16 getLinkOffset ()
 

Private Attributes

Heapm_heap
 
Abstract::Memory::MEMLink m_link
 

Constructor & Destructor Documentation

◆ Disposer()

EGG::Disposer::Disposer ( )
protected0x8021A0F0

Definition at line 8 of file Disposer.cc.

◆ ~Disposer()

EGG::Disposer::~Disposer ( )
protectedvirtual0x8021A144

Definition at line 16 of file Disposer.cc.

Member Function Documentation

◆ getLinkOffset()

static constexpr u16 EGG::Disposer::getLinkOffset ( )
inlinestaticnodiscardconstexpr

Definition at line 15 of file Disposer.hh.

Member Data Documentation

◆ m_heap

Heap* EGG::Disposer::m_heap
private

Definition at line 24 of file Disposer.hh.

◆ m_link

Abstract::Memory::MEMLink EGG::Disposer::m_link
private

Definition at line 25 of file Disposer.hh.