libmoost
moost::process::sleeper Class Reference

#include <sleeper.hpp>

Inheritance diagram for moost::process::sleeper:
Collaboration diagram for moost::process::sleeper:

List of all members.

Classes

class  impl

Public Member Functions

 sleeper ()
void sleep ()
void awaken ()

Private Attributes

boost::shared_ptr< implm_impl

Detailed Description

Definition at line 49 of file sleeper.hpp.


Constructor & Destructor Documentation

Definition at line 96 of file sleeper.hpp.


Member Function Documentation

Definition at line 110 of file sleeper.hpp.

Here is the caller graph for this function:

void moost::process::sleeper::sleep ( ) [inline]

Definition at line 100 of file sleeper.hpp.

Here is the caller graph for this function:


Member Data Documentation

boost::shared_ptr<impl> moost::process::sleeper::m_impl [private]

Definition at line 119 of file sleeper.hpp.


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