#include <glfwthread.h>

Public Member Functions | |
| virtual void | Run (ThreadFun fun, void *arg) |
| virtual void | Kill () |
| virtual void | Wait () |
| virtual bool | IsRunning () |
Protected Member Functions | |
| GlfwThread () | |
Private Attributes | |
| GLFWthread | thread |
Friends | |
| class | GlfwThreadServer |
| GlfwThread::GlfwThread | ( | ) | [inline, protected] |
| void GlfwThread::Run | ( | ThreadFun | fun, | |
| void * | arg | |||
| ) | [inline, virtual] |
| void GlfwThread::Kill | ( | ) | [inline, virtual] |
Reimplemented from Thread.
| void GlfwThread::Wait | ( | ) | [inline, virtual] |
Reimplemented from Thread.
| bool GlfwThread::IsRunning | ( | ) | [inline, virtual] |
Reimplemented from Thread.
friend class GlfwThreadServer [friend] |
GLFWthread GlfwThread::thread [private] |
1.5.3