Libthreadar  1.4.0
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Clibthreadar::barrierClass barrier allows several threads to synchronize between them
 Clibthreadar::exception_basePure virtual class parent of all libthreadar exceptions
 Clibthreadar::exception_bugException used to report webdar internal bugs
 Clibthreadar::exception_featureException used to report an non-implemented feature
 Clibthreadar::exception_memoryException used to report memory allocation failures
 Clibthreadar::exception_rangeException used to report out or range value or argument
 Clibthreadar::exception_systemException used to report operating system errors
 Clibthreadar::exception_threadException used to report error met when manipulating threads
 Clibthreadar::fast_tampon< T >Class fast_tampon provides asynchronous communication between two threads
 Clibthreadar::freezerClass freezer is a semaphore like construct that has no maximum value
 Clibthreadar::mutexWrapper around the Posix pthread_mutex_t C objects
 Clibthreadar::conditionWrapper around the Posix pthread_cond_t object and its associated mutex
 Clibthreadar::ratelier_gather< T >Class ratelier_gather has a fixed length range of slots of arbitrary defined object type
 Clibthreadar::ratelier_scatter< T >Class ratelier_scatter has a fixed length range of slots of arbitrary defined object type
 Clibthreadar::semaphoreClass semaphore is an enhanced version of Posix semaphore
 Clibthreadar::tampon< T >DEPRECATED see fast_tampon instead!
 Clibthreadar::threadClass thread is a pure virtual class, that implements thread creation and operations