Intrusive Containers

Intrusive Singly Linked List, Implementation. More...

#include "ListIn.h"
Include dependency graph for ListIn.hpp:

Go to the source code of this file.

Detailed Description

Intrusive Singly Linked List, Implementation.

This file defines a pair of templates (ListInRoot and ListInNode) that implement an intrusive singly linked list.

See also
ListIn.h
DListIn.h