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

#include <sem4.h>

Public Member Functions

 Sem4 ()
 
 Sem4 (uint32 value)
 
 ~Sem4 ()
 
sint32 Wait (void) const
 
sint32 TryWait (void) const
 
sint32 Post (void) const
 
sint32 GetValue (int *sval) const
 
sint32 Destroy (void)
 
 Sem4 ()
 
 Sem4 (uint32 value)
 
 ~Sem4 ()
 
sint32 Wait (void) const
 
sint32 TryWait (void) const
 
sint32 Post (void) const
 
sint32 GetValue (int *sval) const
 
sint32 Destroy (void)
 

Detailed Description

Definition at line 42 of file sem4.h.

Constructor & Destructor Documentation

◆ Sem4() [1/4]

Sem4::Sem4 ( )

Definition at line 144 of file sem4.cpp.

◆ Sem4() [2/4]

Sem4::Sem4 ( uint32 value)

Definition at line 148 of file sem4.cpp.

◆ ~Sem4() [1/2]

Sem4::~Sem4 ( )

Definition at line 152 of file sem4.cpp.

◆ Sem4() [3/4]

Sem4::Sem4 ( )

◆ Sem4() [4/4]

Sem4::Sem4 ( uint32 value)

◆ ~Sem4() [2/2]

Sem4::~Sem4 ( )

Member Function Documentation

◆ Destroy() [1/2]

sint32 Sem4::Destroy ( void )

Definition at line 176 of file sem4.cpp.

◆ Destroy() [2/2]

sint32 Sem4::Destroy ( void )

◆ GetValue() [1/2]

sint32 Sem4::GetValue ( int * sval) const

Definition at line 171 of file sem4.cpp.

◆ GetValue() [2/2]

sint32 Sem4::GetValue ( int * sval) const

◆ Post() [1/2]

sint32 Sem4::Post ( void ) const

Definition at line 161 of file sem4.cpp.

◆ Post() [2/2]

sint32 Sem4::Post ( void ) const

◆ TryWait() [1/2]

sint32 Sem4::TryWait ( void ) const

Definition at line 166 of file sem4.cpp.

◆ TryWait() [2/2]

sint32 Sem4::TryWait ( void ) const

◆ Wait() [1/2]

sint32 Sem4::Wait ( void ) const

Definition at line 156 of file sem4.cpp.

◆ Wait() [2/2]

sint32 Sem4::Wait ( void ) const

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