#include <Thread.hpp>
List of all members.
Public Types |
| typedef std::function< void(void)> | WorkerType |
Public Member Functions |
| | Thread (WorkerType worker) |
| template<typename FunctionType , typename ArgsType > |
| | Thread (FunctionType function, ArgsType args) |
| void | Launch () |
| void | Stop () |
| void | Wait () |
Static Public Member Functions |
| static void | Sleep (const Time &delay) |
Private Attributes |
| sf::Thread | thread_ |
Detailed Description
Definition at line 19 of file Thread.hpp.
Member Typedef Documentation
Constructor & Destructor Documentation
template<typename FunctionType , typename ArgsType >
| yap::Thread::Thread |
( |
FunctionType |
function, |
|
|
ArgsType |
args |
|
) |
| |
|
inline |
Member Function Documentation
| yap::Thread::DISALLOW_COPY |
( |
Thread |
| ) |
|
|
private |
| void yap::Thread::Launch |
( |
| ) |
|
| void yap::Thread::Sleep |
( |
const Time & |
delay | ) |
|
|
static |
| void yap::Thread::Stop |
( |
| ) |
|
| void yap::Thread::Wait |
( |
| ) |
|
Member Data Documentation
| sf::Thread yap::Thread::thread_ |
|
private |
The documentation for this class was generated from the following files:
- G:/YAPOG/YAPOG/YAPOG/include/YAPOG/System/Thread/Thread.hpp
- G:/YAPOG/YAPOG/YAPOG/include/YAPOG/System/Thread/Thread.hxx
- G:/YAPOG/YAPOG/YAPOG/src/YAPOG/System/Thread/Thread.cpp