#include <lists.h>
Public Types | |
Red | |
Black | |
enum | { Red, Black } |
Public Member Functions | |
PDECLARE_POOL_ALLOCATOR () | |
Public Attributes | |
PSortedListElement * | parent |
PSortedListElement * | left |
PSortedListElement * | right |
PObject * | data |
PINDEX | subTreeSize |
enum PSortedListElement:: { ... } | colour |
PSortedListElement::PDECLARE_POOL_ALLOCATOR | ( | ) |
enum { ... } PSortedListElement::colour |