FRI-OS
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
\NfriosNamespace for the FRI-OS project
 oNposixNamespace for the POSIX-related declarations
 |oCerrorBase class for all POSIX exceptions
 |oCcondWraper around POSIX condition variables
 ||\Cinit_errorException class for condition variable initialization error
 |oCcond_attrWrapper around POSIX condition variable attributes
 ||\Cinit_errorException class for condition initialization errors
 |oCmutexWrapper around POSIX mutexes
 ||oCinit_errorException class for mutex initialization errors
 ||oClockClass locking a mutex on construction and unlocking on destruction
 ||oClock_errorException class for locking operation errors
 ||oClockedException class indicating that a mutex is already locked
 ||oCtry_lockClass optionally locking a mutex if it is free
 ||oCunlockClass unlocking a mutex on construction and locking on destruction
 ||\Cunlock_errorException class for unlocking operation errors
 |oCmutex_attrWrapper around POSIX condition variable attributes
 ||\Cinit_errorException class for attribute initialization errors
 |oCthreadWrapper around a POSIX thread
 ||\Ccreate_errorException class for thread creation errors
 |\Cthread_attrWrapper around POSIX thread attributes
 | \Cinit_errorException class for thread attribute initialization errors
 \CuniqueWrapper ensuring the uniqueness of a value