![]() |
Protium
Math and Design Features
|
Prototype of threading policy. More...
#include <ThreadingPolicy.h>
Public Types | |
typedef Host | VolatileType |
Use to access Host class from derived templates. More... | |
Prototype of threading policy.
Use in order to specify threading policy for a class For instance:
Now, you can specify what kind of threaded object you want to use
Is you specifically want something to be instance locked, then it has to inherit from the threading policy.
Like so:
Definition at line 56 of file ThreadingPolicy.h.
typedef Host Protium::Threads::ThreadingPrototype< Host >::VolatileType |
Use to access Host class from derived templates.
Definition at line 59 of file ThreadingPolicy.h.