mongo::Notification Class Reference

#include <synchronization.h>

List of all members.

Public Member Functions

 Notification ()
void notifyOne ()
void waitToBeNotified ()
 ~Notification ()

Private Attributes

boost::condition _condition
mongo::mutex _mutex
bool _notified

Detailed Description

Definition at line 31 of file synchronization.h.


Constructor & Destructor Documentation

mongo::Notification::Notification (  ) 
mongo::Notification::~Notification (  ) 

Member Function Documentation

void mongo::Notification::notifyOne (  ) 
void mongo::Notification::waitToBeNotified (  ) 

Member Data Documentation

boost::condition mongo::Notification::_condition [private]

Definition at line 49 of file synchronization.h.

Definition at line 47 of file synchronization.h.

Definition at line 48 of file synchronization.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


mongodb
Author(s): Nate Koenig
autogenerated on Fri Jan 11 12:15:56 2013