#include <ltree.h>
Public Member Functions | |
void | next (SLElement *n) |
SLElement * | next () const |
void | owner (StrongList *lt) |
StrongList * | owner () const |
void | prev (SLElement *p) |
SLElement * | prev () const |
void | remove () |
SLElement (StrongList *parent, SLElement *prev=0, SLElement *next=0) | |
SLElement (SLElement *prev=0, SLElement *next=0) |
Falcon::SLElement::SLElement | ( | StrongList * | parent, | |
SLElement * | prev = 0 , |
|||
SLElement * | next = 0 | |||
) | [inline] |
void Falcon::SLElement::next | ( | SLElement * | n | ) | [inline] |
SLElement* Falcon::SLElement::next | ( | ) | const [inline] |
void Falcon::SLElement::owner | ( | StrongList * | lt | ) | [inline] |
StrongList* Falcon::SLElement::owner | ( | ) | const [inline] |
void Falcon::SLElement::prev | ( | SLElement * | p | ) | [inline] |
SLElement* Falcon::SLElement::prev | ( | ) | const [inline] |
void Falcon::SLElement::remove | ( | ) | [inline] |
References Falcon::StrongList::remove().