Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

LinkedList.hpp File Reference

Lock-free sorted linked list. More...

#include "Benzene.hpp"
#include "SafeBool.hpp"
#include <cassert>
#include <iostream>
#include <boost/utility.hpp>

Go to the source code of this file.

Classes

class  ListNode< T >
 A node occuring in an instance of LinkedList. More...
struct  ListNode< T >::ScopedLock
class  Pool< T >
 Pool of pre-allocated memory. More...
class  LinkedList< T >
 Lock-free linked list. More...
class  ListIterator< T >
 Iterates over an instance of LinkedList. More...

Detailed Description

Lock-free sorted linked list.

Definition in file LinkedList.hpp.


6 Jan 2011 Doxygen 1.6.3