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

#include <ExpHeap.hh>

Description

Represents a region of memory.

Definition at line 10 of file ExpHeap.hh.

Public Member Functions

 Region (void *start, void *end)
 
uintptr_t getRange () const
 

Public Attributes

void * start
 
void * end
 

Constructor & Destructor Documentation

◆ Region()

Abstract::Memory::Region::Region ( void * start,
void * end )

Definition at line 8 of file ExpHeap.cc.

Member Function Documentation

◆ getRange()

uintptr_t Abstract::Memory::Region::getRange ( ) const
nodiscard

Definition at line 10 of file ExpHeap.cc.

Member Data Documentation

◆ end

void* Abstract::Memory::Region::end

Definition at line 15 of file ExpHeap.hh.

◆ start

void* Abstract::Memory::Region::start

Definition at line 14 of file ExpHeap.hh.