BRICKS
Small, useful blocks of code, to build bigger things.
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 Nbricks
 Cbad_result_accessThis is the type of the error thrown when accessing a bad result
 CdeleterA deleter is a function that deletes a pointer
 Chas_findChecks if a type has a find method taking a specific type
 Cis_iteratorChecks if a type is an iterator
 CmutexA mutual exclusion primitive that can be used to protect shared data
 CresultA class to represent the result of an operation
 Crw_lockA reader-writer lock
 CtimerA timer that can be started and aborted
 NstdSTL namespace
 Chash< bricks::result< T, E > >Template specialization of std::hash for result<T, E>