|
Nugget
|
RAII helper that owns the bus for the lifetime of the object. More...
#include <psyqo/sio0-bus.hh>
Public Member Functions | |
| Lock () | |
| ~Lock () | |
| Lock (const Lock &)=delete | |
| Lock & | operator= (const Lock &)=delete |
RAII helper that owns the bus for the lifetime of the object.
Used at the entry of a memory card operation; the bus stays owned until the operation's stack frame (or coroutine frame) unwinds.
|
inline |
|
inline |
|
delete |