Honeycomb  0.1
Component-Model Framework
Classes | Namespaces
List.h File Reference
#include "Honey/Thread/LockFree/HazardMem.h"
#include "Honey/Thread/LockFree/Backoff.h"
Include dependency graph for List.h:
This graph shows which files directly or indirectly include this file:

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.