Cuberite
A lightweight, fast and extensible game server for Minecraft
|
A simple RAII locker for the chunkmap - locks the chunkmap in its constructor, unlocks it in the destructor. More...
#include <World.h>
Public Member Functions | |
cLock (const cWorld &a_World) | |
Public Member Functions inherited from cCSLock | |
cCSLock (cCriticalSection &a_CS) | |
cCSLock (cCriticalSection *a_CS) | |
void | Lock (void) |
void | Unlock (void) |
~cCSLock () | |
Private Types | |
using | Super = cCSLock |
A simple RAII locker for the chunkmap - locks the chunkmap in its constructor, unlocks it in the destructor.
|
private |