Version: 1.0
Public Member Functions | List of all members
semaphore Class Reference

#include <semaphore.h>

Public Member Functions

 semaphore (int count) noexcept
 
void post () noexcept
 
void wait () noexcept
 

Detailed Description

Definition at line 9 of file semaphore.h.

Constructor & Destructor Documentation

◆ semaphore()

semaphore::semaphore ( int  count)
inlinenoexcept

Definition at line 12 of file semaphore.h.

Member Function Documentation

◆ post()

void semaphore::post ( )
inlinenoexcept

Definition at line 17 of file semaphore.h.

◆ wait()

void semaphore::wait ( )
inlinenoexcept

Definition at line 26 of file semaphore.h.


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