#include <mcllib/MCThreadModel.h>
Public Types | |
enum | EModel { THRMODELSINGLE, THRMODELMULTI } |
Thread model. More... | |
Public Member Functions | |
bool | isMultiThreaded () const |
Determine if the thread model is multi-threaded. | |
MCThreadModel (EModel model) | |
Construct a specific thread model. | |
MCThreadModel () | |
Construct a multi-threaded model. | |
operator bool () const | |
Determine if the thread model is multi-threaded. | |
operator EModel () const | |
Get the thread model. |
Thread models allow different semantics for thread related operations such as reference counting.
|
Thread model.
|
|
Construct a specific thread model.
|
|
Determine if the thread model is multi-threaded.
|
|
Determine if the thread model is multi-threaded.
|
|
Get the thread model.
|