|
My Project
|
Classes | |
| class | CAutoLock |
| Automatic lock. More... | |
| class | CCritSection |
| Crit section. More... | |
| class | CLogger |
| Logger. More... | |
| class | CNumberGenerator |
| Random number generator. More... | |
| class | COption |
| Option class to read and write property files (z.B. xyz.ini) More... | |
| class | SallyHelper |
| Sally helper. More... | |
| class | CSmartThreadPollManagerThread |
| Smart thread poll manager thread. More... | |
| class | CSmartThreadPool |
| Smart thread pool. More... | |
| class | CSmartThreadPoolManager |
| Manager for smart thread pools. More... | |
| class | SystemHelper |
| System helper. More... | |
| class | CThread |
| A thread class. Inherite form this class and overwrite the RunEx() method. To start the thread call the Start() method. More... | |
Enumerations | |
| enum | LOG_LEVEL { LOG_LEVEL_DEBUG, LOG_LEVEL_INFO, LOG_LEVEL_WARNING, LOG_LEVEL_ERROR } |
| enum | ThreadStatus { THREAD_STOPPED, THREAD_RUNNING } |
| Values that represent ThreadStatus. A thread can be in the status THREAD_STOPPED which means stopped or THREAD_RUNNING which means it is executed. More... | |