![]() |
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>
Public Member Functions | |
Node () | |
~Node () |
Public Attributes | |
T | data |
Node * | parent |
Node * | left |
Node * | right |
bool | red |
Definition at line 25 of file qrbtree_p.h.
|
inline |
Definition at line 27 of file qrbtree_p.h.
|
inline |
Definition at line 28 of file qrbtree_p.h.
T QRBTree< T >::Node::data |
Definition at line 29 of file qrbtree_p.h.
Definition at line 31 of file qrbtree_p.h.
Referenced by testing.tools.safetynet_image.ImageLocations::Left().
Definition at line 30 of file qrbtree_p.h.
bool QRBTree< T >::Node::red |
Definition at line 33 of file qrbtree_p.h.
Definition at line 32 of file qrbtree_p.h.
Referenced by testing.tools.safetynet_image.ImageLocations::Right().