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

#include <CotCHelpers.h>

Public Member Functions

void LockVar ()
 
void UnlockVar ()
 
void SignalAll ()
 
void SignalOne ()
 
bool Wait (int timeoutMilliseconds=0)
 

Detailed Description

Basic condition variable. Prefer CProtectedVariable to protect content.


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