A reimplementation of Mario Kart Wii's physics engine in C++
Loading...
Searching...
No Matches
ScopeLock< GroupID > Class Reference

Description

Definition at line 11 of file ScopeLock.hh.

Public Member Functions

 ScopeLock (GroupID newID)
 Temporarily changes the group ID of a given heap to better track memory allocation.
 

Constructor & Destructor Documentation

◆ ScopeLock()

ScopeLock< GroupID >::ScopeLock ( GroupID newID)
inline

Temporarily changes the group ID of a given heap to better track memory allocation.

Typical pattern is "ScopeLock<GroupID> lock(groupID);" to initialize a lock.

Definition at line 15 of file ScopeLock.hh.

◆ ~ScopeLock()

ScopeLock< GroupID >::~ScopeLock ( )
inline

Definition at line 27 of file ScopeLock.hh.