FRI-OS
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
oCcondWraper around POSIX condition variables
oCcond_attrWrapper around POSIX condition variable attributes
oCerrorBase class for all POSIX exceptions
|oCcond::init_errorException class for condition variable initialization error
|oCcond_attr::init_errorException class for condition initialization errors
|oCmutex::init_errorException class for mutex initialization errors
|oCmutex::lock_errorException class for locking operation errors
||\Cmutex::unlock_errorException class for unlocking operation errors
|oCmutex::lockedException class indicating that a mutex is already locked
|oCmutex_attr::init_errorException class for attribute initialization errors
|oCthread::create_errorException class for thread creation errors
|\Cthread_attr::init_errorException class for thread attribute initialization errors
oCmutexWrapper around POSIX mutexes
oCmutex::lockClass locking a mutex on construction and unlocking on destruction
|\Cmutex::try_lockClass optionally locking a mutex if it is free
oCmutex::unlockClass unlocking a mutex on construction and locking on destruction
oCmutex_attrWrapper around POSIX condition variable attributes
oCthreadWrapper around a POSIX thread
oCthread_attrWrapper around POSIX thread attributes
oCunique< T >Wrapper ensuring the uniqueness of a value
oCunique< pthread_attr_t >
oCunique< pthread_cond_t >
oCunique< pthread_condattr_t >
oCunique< pthread_mutex_t >
oCunique< pthread_mutexattr_t >
\Cunique< pthread_t >