OnixS C++ SGX Titan ITCH Market Data Handler  1.2.2
API documentation
Semaphore Class Reference

#include <OnixS/SgxTitan/MarketData/Itch/Semaphore.h>

Classes

class  Impl
 

Public Member Functions

 Semaphore (int initialCounter=0)
 
 ~Semaphore ()
 
bool acquire (int timeoutInMs=-1)
 
void release ()
 

Detailed Description

Definition at line 28 of file Semaphore.h.

Constructor & Destructor Documentation

Semaphore ( int  initialCounter = 0)
explicit

Definition at line 65 of file Semaphore.cpp.

~Semaphore ( )

Definition at line 70 of file Semaphore.cpp.

Member Function Documentation

bool acquire ( int  timeoutInMs = -1)

Definition at line 75 of file Semaphore.cpp.

void release ( )

Definition at line 80 of file Semaphore.cpp.


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