CloudBuilder C++ SDK  v3.0.0
Making social games is easy !
Classes | Public Member Functions | Friends | List of all members
CotCHelpers::CMutex Class Reference

#include <CotCHelpers.h>

Classes

struct  ConditionallyScopedLock
 
struct  ScopedLock
 

Public Member Functions

void Lock ()
 
void Unlock ()
 

Friends

class CConditionVariable
 

Detailed Description

Represents a mutex. Locks content for mutually exclusive access on two threads. Just call Lock when you want to access data, and Unlock when you are done.


The documentation for this class was generated from the following file: