NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
nw4r::ut::detail::AutoLock< T > Class Template Reference
Inheritance diagram for nw4r::ut::detail::AutoLock< T >:
[legend]

Description

template<typename T>
class nw4r::ut::detail::AutoLock< T >

Definition at line 30 of file ut_lock.h.

Public Member Functions

 AutoLock (T &rLockObj)
 

Private Attributes

T & mLockObj
 

Constructor & Destructor Documentation

◆ AutoLock()

template<typename T>
nw4r::ut::detail::AutoLock< T >::AutoLock ( T & rLockObj)
inlineexplicit

Definition at line 32 of file ut_lock.h.

◆ ~AutoLock()

template<typename T>
nw4r::ut::detail::AutoLock< T >::~AutoLock ( )
inline

Definition at line 35 of file ut_lock.h.

Member Data Documentation

◆ mLockObj

template<typename T>
T& nw4r::ut::detail::AutoLock< T >::mLockObj
private

Definition at line 40 of file ut_lock.h.