#include <more/gen/link.h>
Inheritance diagram for more::gen::linked:
This allows you for instance to link objects on the stack into a (unordered) list.
|
construct a link which is a member of gr. |
|
construct a node to be later linked in with the link member function.
|
|
unlink and destruct.
|
|
|
|
join with another link.
|
|
Join ln so that the next node becomes ln.
|
|
Join ln so that the previous node becomes ln.
|
|
link in a node which as constructed by the default constructor.
|
|
unlink.
|
|
|
|
swap the possitions of the linked objects, possibly between different rings.
|