#include <linkable.h>
Inheritance diagram for base::SingleLinkable< T >:

Public Member Functions | |
| void | link (T **fromWhere) |
| Link this linkable node from a given root. | |
| void | unlink (T **fromWhere) |
| Unlink this linkable node from a given root. | |
| T * | getNext () const |
| Access to the (typed) next linkable element. | |
| T ** | getAtNext () |
| Access to the address of the next pointed element. | |
|
|||||||||
|
Access to the address of the next pointed element.
|
|
|||||||||
|
Access to the (typed) next linkable element.
|
|
||||||||||
|
Link this linkable node from a given root.
|
|
||||||||||
|
Unlink this linkable node from a given root.
|
1.4.2