Honeycomb
0.1
Component-Model Framework
|
Go to the source code of this file.
Classes | |
class | honey::lockfree::List< T, Alloc_, Backoff, iterMax > |
Lock-free doubly-linked list. More... | |
struct | honey::lockfree::List< T, Alloc_, Backoff, iterMax >::Node::Link |
Combines node pointer and delete mark in one Cas-able integer. More... | |
class | honey::lockfree::List< T, Alloc_, Backoff, iterMax >::Iter_< T_ > |
Iterator. More... | |
class | honey::lockfree::List< T, Alloc_, Backoff, iterMax >::IterR_< T_ > |
Reverse iterator. More... | |
Namespaces | |
honey | |
Global Honeycomb namespace. | |
honey::lockfree | |
Lock-free methods and containers. | |