Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
▼Ndelegate | |
▼Ndetail | |
CDelegate | |
CDelegate< A *, R > | |
CDelegate< A *, R, P... > | |
CDelegate< A, R > | |
CDelegate< void, R > | |
CDelegate< void, R, P... > | |
CDelegateImpl | |
CDelegateImpl< void, R > | |
CDelegatePImpl | |
CDelegatePImpl< void, R, P... > | |
CMultiDelegate | |
CMultiDelegate< Delegate, R(), ISQUEUE, QUEUE_CAPACITY > | |
CMultiDelegate< Delegate, R(P...), ISQUEUE, QUEUE_CAPACITY > | |
CMultiDelegate< Delegate, void(), ISQUEUE, QUEUE_CAPACITY > | |
CMultiDelegate< Delegate, void(P...), ISQUEUE, QUEUE_CAPACITY > | |
CMultiDelegateImpl | |
▼CMultiDelegatePImpl | |
Citerator | |
CNode_t | |
▼Nstd | |
Carray | |
Catomic | |
Cidentity | |
Cunique_ptr | |
Ccircular_queue | Instance class for a single-producer, single-consumer circular queue / ring buffer (FIFO). This implementation is lock-free between producer and consumer for the available(), peek(), pop(), and push() type functions |
Ccircular_queue_mp | Instance class for a multi-producer, single-consumer circular queue / ring buffer (FIFO). This implementation is lock-free between producers and consumer for the available(), peek(), pop(), and push() type functions, but is guarded to safely allow only a single producer at any instant |
CDelegate | |
CDelegate< R(P...), A > | |
CDelegate< R(P...)> | |
CEasyC | |
CInterruptLock | |
CMultiDelegate | |
CRfid | |