![]() |
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 24 of file qrbtree_p.h.
|
inline |
Definition at line 37 of file qrbtree_p.h.
Definition at line 82 of file qrbtree_p.h.
Definition at line 249 of file qrbtree_p.h.
Definition at line 236 of file qrbtree_p.h.
Definition at line 415 of file qrbtree_p.h.
Definition at line 95 of file qrbtree_p.h.
Definition at line 475 of file qrbtree_p.h.
Definition at line 407 of file qrbtree_p.h.
Definition at line 485 of file qrbtree_p.h.
Definition at line 423 of file qrbtree_p.h.
Definition at line 500 of file qrbtree_p.h.
Definition at line 433 of file qrbtree_p.h.
|
inline |
Definition at line 469 of file qrbtree_p.h.
Definition at line 76 of file qrbtree_p.h.