#include <lists.h>
Public Types | |
| enum | { Red, Black } |
Public Attributes | |
| Element * | parent |
| Element * | left |
| Element * | right |
| PObject * | data |
| PINDEX | subTreeSize |
| enum PAbstractSortedList::Element:: { ... } | colour |
Friends | |
| class | Info |
friend class Info [friend] |
| enum { ... } PAbstractSortedList::PAbstractSortedList::Element::colour |
| PObject* PAbstractSortedList::PAbstractSortedList::Element::data |
| Element* PAbstractSortedList::PAbstractSortedList::Element::left |
| Element* PAbstractSortedList::PAbstractSortedList::Element::parent |
| Element* PAbstractSortedList::PAbstractSortedList::Element::right |
| PINDEX PAbstractSortedList::PAbstractSortedList::Element::subTreeSize |
1.5.8