BRICKS
Small, useful blocks of code, to build bigger things.
Loading...
Searching...
No Matches
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CClass
 Cbricks::mutex< Class, >A mutual exclusion primitive that can be used to protect shared data
 Cbricks::rw_lock< Class >A reader-writer lock
 Cbricks::deleter< T, fn >A deleter is a function that deletes a pointer
 Cstd::exceptionSTL class
 Cstd::runtime_errorSTL class
 Cbricks::bad_result_accessThis is the type of the error thrown when accessing a bad result
 Cstd::hash< bricks::result< T, E > >Template specialization of std::hash for result<T, E>
 Cbricks::result< T, E >A class to represent the result of an operation
 Cbricks::timerA timer that can be started and aborted
 Cdetail::has_find::type
 Cbricks::has_find< T, U >Checks if a type has a find method taking a specific type
 Cdetail::is_iterator::type
 Cbricks::is_iterator< T >Checks if a type is an iterator