YAPOG  0.0.1
Yet Another Pokemon Online Game
Thread.hpp File Reference
#include <functional>
#include <SFML/System.hpp>
#include "YAPOG/Macros.hpp"
#include "YAPOG/System/Time/Time.hpp"
#include "YAPOG/System/Thread/Thread.hxx"
Include dependency graph for Thread.hpp:
This graph shows which files directly or indirectly include this file:

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

Macro Definition Documentation

#define MEMBER_WORKER (   MEMBER)    std::bind (&MEMBER, this, std::placeholders::_1)

Definition at line 11 of file Thread.hpp.