Protium
Math and Design Features
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros Pages
Protium::Threads::InSingleThread< Host, MutexPolicy > Class Template Reference

Use to specify non-thread safe classes. More...

#include <ThreadingPolicy.h>

Inheritance diagram for Protium::Threads::InSingleThread< Host, MutexPolicy >:

Classes

class  Lock
 Dummy internal class which locks nothing. More...
 

Additional Inherited Members

- Public Types inherited from Protium::Threads::ThreadingPrototype< Host >
typedef Host VolatileType
 Use to access Host class from derived templates. More...
 

Detailed Description

template<class Host, class MutexPolicy = Mutex>
class Protium::Threads::InSingleThread< Host, MutexPolicy >

Use to specify non-thread safe classes.

Definition at line 64 of file ThreadingPolicy.h.