#include <utilities/IntrusiveList.h>#include <algorithm>Classes | |
| struct | node |
| struct | ILAdaptor |
Typedefs | |
| typedef IntrusiveList< node, ILAdaptor > | ilist |
| typedef IntrusiveList< node, ILAdaptor, false > | ilist_drop_dupes |
Functions | |
| void | ilist_play () |
| void | ilist_no_dupes_play () |
| int | main () |
Variables | |
| const size_t | nnodes = 10 |
| node | nodes [nnodes] |
|
|
|
|
|
|
|
|
|
|
|
Play around with inserting / removing from a list. |
|
|
Try inserting some duplicates. |
|
|
|
|
|
|
1.4.6