|
HQP
1.9.6
|
List of If_ListElement's. More...
#include <If_List.h>
Inherited by If_idList.
Public Member Functions | |
| If_List () | |
| constructor | |
| ~If_List () | |
| destructor | |
| void | append (If_ListElement *) |
| append an element | |
| void | release (If_ListElement *) |
| release an element | |
| If_ListElement * | top () |
| get top element | |
| If_ListElement * | prev (If_ListElement *elem) |
| get previous element | |
Protected Attributes | |
| If_ListElement * | _anchor |
| point to top of the list | |
List of If_ListElement's.
The list destructor destroys all elements.