![]() |
BRICKS
Small, useful blocks of code, to build bigger things.
|
▼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::exception | STL class |
▼Cstd::runtime_error | STL class |
Cbricks::bad_result_access | This 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::timer | A 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 |