![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qrbtree_p.h>
Classes | |
struct | Node |
Public Member Functions | |
QRBTree () | |
~QRBTree () | |
void | clear () |
void | attachBefore (Node *parent, Node *child) |
void | attachAfter (Node *parent, Node *child) |
Node * | front (Node *node) const |
Node * | back (Node *node) const |
Node * | next (Node *node) const |
Node * | previous (Node *node) const |
void | deleteNode (Node *&node) |
Node * | newNode () |
int | order (Node *left, Node *right) |
bool | validate () const |
Public Attributes | |
Node * | root |
Definition at line 23 of file qrbtree_p.h.
Definition at line 36 of file qrbtree_p.h.
Definition at line 81 of file qrbtree_p.h.
Definition at line 248 of file qrbtree_p.h.
Definition at line 235 of file qrbtree_p.h.
Definition at line 414 of file qrbtree_p.h.
Definition at line 94 of file qrbtree_p.h.
Definition at line 474 of file qrbtree_p.h.
Definition at line 406 of file qrbtree_p.h.
Definition at line 484 of file qrbtree_p.h.
Definition at line 422 of file qrbtree_p.h.
Definition at line 499 of file qrbtree_p.h.
Definition at line 432 of file qrbtree_p.h.
|
inline |
Definition at line 468 of file qrbtree_p.h.
Definition at line 75 of file qrbtree_p.h.