log4cplus  2.0.0
Public Member Functions
log4cplus::thread::ManualResetEvent Class Reference

#include <syncprims.h>

List of all members.

Public Member Functions

 ManualResetEvent (bool=false)
 ~ManualResetEvent ()
 ManualResetEvent (ManualResetEvent const &)
ManualResetEventoperator= (ManualResetEvent const &)
void signal () const
void wait () const
bool timed_wait (unsigned long msec) const
void reset () const

Detailed Description

Definition at line 106 of file syncprims.h.


Constructor & Destructor Documentation


Member Function Documentation

ManualResetEvent& log4cplus::thread::ManualResetEvent::operator= ( ManualResetEvent const &  )
bool log4cplus::thread::ManualResetEvent::timed_wait ( unsigned long  msec) const

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