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... | |
Lock-free sorted linked list.
Definition in file LinkedList.hpp.