OpenClonk
CStdCSec Class Reference

#include <StdSync.h>

Inheritance diagram for CStdCSec:
[legend]

Public Member Functions

 CStdCSec ()
 
virtual ~CStdCSec ()
 
virtual void Enter ()
 
virtual void Leave ()
 

Detailed Description

Definition at line 145 of file StdSync.h.

Constructor & Destructor Documentation

◆ CStdCSec()

CStdCSec::CStdCSec ( )
inline

Definition at line 148 of file StdSync.h.

148 { }

◆ ~CStdCSec()

virtual CStdCSec::~CStdCSec ( )
inlinevirtual

Definition at line 149 of file StdSync.h.

149 { }

Member Function Documentation

◆ Enter()

virtual void CStdCSec::Enter ( )
inlinevirtual

Reimplemented in CStdCSecEx.

Definition at line 150 of file StdSync.h.

150 { }

Referenced by C4Network2IO::BeginBroadcast(), C4ParticleSystem::ClearAllParticles(), CStdLock::CStdLock(), CStdCSecEx::Enter(), CStdCSecEx::EnterShared(), C4ParticleSystem::GetNewParticleList(), CStdCSecEx::LeaveShared(), C4ParticleList::Lock(), and C4ParticleSystem::ReleaseParticleList().

Here is the caller graph for this function:

◆ Leave()

virtual void CStdCSec::Leave ( )
inlinevirtual

Reimplemented in CStdCSecEx.

Definition at line 151 of file StdSync.h.

151 { }

Referenced by CStdLock::Clear(), C4ParticleSystem::ClearAllParticles(), C4Network2IO::EndBroadcast(), CStdCSecEx::Enter(), CStdCSecEx::EnterShared(), C4ParticleSystem::GetNewParticleList(), CStdCSecEx::Leave(), CStdCSecEx::LeaveShared(), C4ParticleSystem::ReleaseParticleList(), and C4ParticleList::Unlock().

Here is the caller graph for this function:

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