|
Core Library
1.7.0.0
Library containing core utilities and tools for threading, networking, logging, INI and CSV file management etc.
|
File containing declaration of SyncEvent class. More...
Go to the source code of this file.
Classes | |
| class | core_lib::threads::SyncEvent |
| Class defining a thread synchronisation event. More... | |
Namespaces | |
| core_lib | |
| The core_lib namespace. | |
| core_lib::threads | |
| The threads namespace. | |
Enumerations | |
| enum | core_lib::threads::eResetCondition { manualReset, autoReset } |
| Enumeration defining reset mechanism for event. | |
| enum | core_lib::threads::eNotifyType { signalOneThread, signalAllThreads } |
| Enumeration defining notify mechanism for event. | |
| enum | core_lib::threads::eIntialCondition { notSignalled, signalled } |
| Enumeration defining intial state of event. | |
File containing declaration of SyncEvent class.