OpenClonk
CStdEvent Class Reference

#include <StdSync.h>

Public Member Functions

 CStdEvent (bool)
 
 ~CStdEvent ()
 
void Set ()
 
void Pulse ()
 
void Reset ()
 
bool WaitFor (int)
 

Detailed Description

Definition at line 153 of file StdSync.h.

Constructor & Destructor Documentation

◆ CStdEvent()

CStdEvent::CStdEvent ( bool  )
inline

Definition at line 156 of file StdSync.h.

156 { }

◆ ~CStdEvent()

CStdEvent::~CStdEvent ( )
inline

Definition at line 157 of file StdSync.h.

157 { }

Member Function Documentation

◆ Pulse()

void CStdEvent::Pulse ( )
inline

Definition at line 159 of file StdSync.h.

159 { }

◆ Reset()

void CStdEvent::Reset ( )
inline

Definition at line 160 of file StdSync.h.

160 { }

Referenced by CStdCSecEx::Enter(), and C4StartupModsLocalModDiscovery::Execute().

Here is the caller graph for this function:

◆ Set()

void CStdEvent::Set ( )
inline

Definition at line 158 of file StdSync.h.

158 { }

Referenced by C4ParticleSystem::CalculateNextStep(), C4StartupModsLocalModDiscovery::Execute(), CStdCSecEx::Leave(), and CStdCSecEx::LeaveShared().

Here is the caller graph for this function:

◆ WaitFor()

bool CStdEvent::WaitFor ( int  )
inline

Definition at line 161 of file StdSync.h.

161 { return false; }

Referenced by CStdCSecEx::Enter(), and C4StartupModsLocalModDiscovery::WaitForDiscoveryFinished().

Here is the caller graph for this function:

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