Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
CriticalSection Class Reference

#include <CriticalSection.h>

Public Member Functions

 CriticalSection ()
 
virtual ~CriticalSection ()
 
void enter (void)
 
void exit (void)
 

Detailed Description

Definition at line 40 of file CriticalSection.h.

Constructor & Destructor Documentation

◆ CriticalSection()

CriticalSection::CriticalSection ( )
inline

Definition at line 45 of file CriticalSection.h.

◆ ~CriticalSection()

virtual CriticalSection::~CriticalSection ( )
inlinevirtual

Definition at line 53 of file CriticalSection.h.

Member Function Documentation

◆ enter()

void CriticalSection::enter ( void )
inline

Definition at line 62 of file CriticalSection.h.

◆ exit()

void CriticalSection::exit ( void )
inline

Definition at line 70 of file CriticalSection.h.


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