|
libmoost
|
#include <sleeper.hpp>


Classes | |
| class | impl |
Public Member Functions | |
| sleeper () | |
| void | sleep () |
| void | awaken () |
Private Attributes | |
| boost::shared_ptr< impl > | m_impl |
Definition at line 49 of file sleeper.hpp.
| moost::process::sleeper::sleeper | ( | ) | [inline] |
Definition at line 96 of file sleeper.hpp.
| void moost::process::sleeper::awaken | ( | ) | [inline] |
| void moost::process::sleeper::sleep | ( | ) | [inline] |
boost::shared_ptr<impl> moost::process::sleeper::m_impl [private] |
Definition at line 119 of file sleeper.hpp.