![]() |
L4Re Operating System Framework
Interface and Usage Documentation
|
A smart pointer to a tree item. More...
#include <avl_set>
Public Member Functions | |
| Node () | |
| Default construction for NIL pointer. | |
| Item_type const & | operator* () |
| Dereference the pointer. | |
| Item_type const * | operator-> () |
| Dereferenced member access. | |
| bool | valid () const |
| Validity check. | |
| operator Item_type const * () | |
| Cast to a real item pointer. | |
A smart pointer to a tree item.
|
inline |
|
inline |
|
inline |