CppELib 1.7.0
Loading...
Searching...
No Matches
IntrusiveList.h File Reference
#include <cstddef>
#include <iterator>
#include "Assertion/Assertion.h"

Go to the source code of this file.

Classes

class  Container::IntrusiveListNode
 Base class of the type of element of IntrusiveList. More...
 
class  Container::IntrusiveList_iterator< T, Ref, Ptr, IntrusiveListNodePtr >
 Bidirectional iterator used as IntrusiveList<T>::iterator or IntrusiveList<T>::const_iterator. More...
 
class  Container::IntrusiveList< T >
 STL-like intrusive doubly linked list. More...
 

Namespaces

namespace  Container
 

Functions

template<typename T >
void Container::swap (IntrusiveList< T > &x, IntrusiveList< T > &y)