![]() |
YAPOG
0.0.1
Yet Another Pokemon Online Game
|
#include <functional>#include <SFML/System.hpp>#include "YAPOG/Macros.hpp"#include "YAPOG/System/Time/Time.hpp"#include "YAPOG/System/Thread/Thread.hxx"Go to the source code of this file.
Classes | |
| class | yap::Thread |
Namespaces | |
| namespace | yap |
Macros | |
| #define | MEMBER_WORKER(MEMBER) std::bind (&MEMBER, this, std::placeholders::_1) |
Typedefs | |
| typedef sf::Mutex | yap::Mutex |
| typedef sf::Lock | yap::Lock |
| #define MEMBER_WORKER | ( | MEMBER | ) | std::bind (&MEMBER, this, std::placeholders::_1) |
Definition at line 11 of file Thread.hpp.