The C++ framework for developing highly scalable, high performance servers on Windows platforms.

Semaphore.h File Reference


Namespaces

namespace  JetByteTools
namespace  JetByteTools::Core

Defines

#define DECLARE_CLASS(_Base)

Functions

 DECLARE_CLASS (JetByteTools::Core::Windows::CSemaphore)


Define Documentation

#define DECLARE_CLASS ( _Base   ) 

Value:

class CSemaphore : public _Base     \
{                                   \
   public :                         \
                                    \
      CSemaphore()                  \
      {                             \
      }                             \
                                    \
      CSemaphore(                   \
         long initialCount,         \
         long maximumCount)         \
         :  _Base(                  \
               initialCount,        \
               maximumCount)        \
      {                             \
      }                             \
}


Generated on Sun Sep 12 19:06:44 2021 for The Server Framework - v7.4 by doxygen 1.5.3