Om  1.0.0
A universal framework for multimedia simulation
Classes | Namespaces | Typedefs
omThread.h File Reference
#include "omThreadsConfig.h"
#include "omThreadBase.h"

Classes

class  om::threads::FunctionThread< Signature >
 A class that provides a function-based interface for creating threads. More...
 
class  om::threads::FunctionThread< Signature >::ReturnValueWrapper< Sig, ReturnType >
 A class that is used to facilitate accessing the return values of function threads. More...
 
class  om::threads::FunctionThread< Signature >::ReturnValueWrapper< Sig, void >
 A class specialization that is used to handle void return values of function threads. More...
 

Namespaces

 om
 The enclosing namespace for the entire Om library.
 
 om::threads
 A namespace containing classes that provide ways to create, manage, and synchronize threads.
 

Typedefs

typedef FunctionThread< void()> om::threads::Thread