![]() |
Protium
Math and Design Features
|
Lock on instance creation uses the static initializer to lock all instances of host. More...
#include <ThreadingPolicy.h>
Public Member Functions | |
Lock () | |
Lock (const StaticLocked &) | |
For COmpatibility with instance locked. More... | |
Lock (const StaticLocked *) | |
For compatibility with instance locked. More... | |
~Lock () | |
Unlocks class. More... | |
Private Member Functions | |
Lock (const Lock &) | |
Lock & | operator= (const Lock &) |
Lock on instance creation uses the static initializer to lock all instances of host.
Definition at line 159 of file ThreadingPolicy.h.
|
inline |
Definition at line 162 of file ThreadingPolicy.h.
|
inlineexplicit |
For COmpatibility with instance locked.
Definition at line 168 of file ThreadingPolicy.h.
|
inlineexplicit |
For compatibility with instance locked.
Definition at line 174 of file ThreadingPolicy.h.
|
inline |
Unlocks class.
Definition at line 181 of file ThreadingPolicy.h.
|
private |
|
private |