Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::interprocess::ipcdetail::winapi_semaphore_functions Class Reference

#include <winapi_semaphore_wrapper.hpp>

Inheritance diagram for boost::interprocess::ipcdetail::winapi_semaphore_functions:

Public Member Functions

 winapi_semaphore_functions (void *hnd)
 
void post (long count=1)
 
void wait ()
 
bool try_wait ()
 
bool timed_wait (const boost::posix_time::ptime &abs_time)
 
long value () const
 
long limit () const
 

Protected Attributes

void * m_sem_hnd
 

Constructor & Destructor Documentation

boost::interprocess::ipcdetail::winapi_semaphore_functions::winapi_semaphore_functions ( void *  hnd)
inline

Member Function Documentation

long boost::interprocess::ipcdetail::winapi_semaphore_functions::limit ( ) const
inline

References m_sem_hnd.

void boost::interprocess::ipcdetail::winapi_semaphore_functions::post ( long  count = 1)
inline
long boost::interprocess::ipcdetail::winapi_semaphore_functions::value ( ) const
inline

Member Data Documentation


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