Go to the source code of this file.
Classes | |
| class | IntrusiveList< T, DerivedListNode > |
| IntrusiveList is a singly-linked list which requires its elements to derive from IntrusiveListNode (endowing them with the required forward links). More... | |
| class | IntrusiveListIter< T, DerivedListNode > |
| IntrusiveListIter is the companion iterator for InstrusiveList. More... | |
| class | IntrusiveListMutator< T, DerivedListNode > |
| IntrusiveListMutator is the companion mutator for InstrusiveList. More... | |
1.5.1