Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QRBTree< T >::Node Struct Reference

#include <qrbtree_p.h>

Collaboration diagram for QRBTree< T >::Node:

Public Member Functions

 Node ()
 ~Node ()

Public Attributes

data
Nodeparent
Nodeleft
Noderight
bool red

Detailed Description

template<class T>
struct QRBTree< T >::Node

Definition at line 25 of file qrbtree_p.h.

Constructor & Destructor Documentation

◆ Node()

template<class T>
QRBTree< T >::Node::Node ( )
inline

Definition at line 27 of file qrbtree_p.h.

◆ ~Node()

template<class T>
QRBTree< T >::Node::~Node ( )
inline

Definition at line 28 of file qrbtree_p.h.

Member Data Documentation

◆ data

template<class T>
T QRBTree< T >::Node::data

Definition at line 29 of file qrbtree_p.h.

◆ left

template<class T>
Node* QRBTree< T >::Node::left

Definition at line 31 of file qrbtree_p.h.

Referenced by testing.tools.safetynet_image.ImageLocations::Left().

◆ parent

template<class T>
Node* QRBTree< T >::Node::parent

Definition at line 30 of file qrbtree_p.h.

◆ red

template<class T>
bool QRBTree< T >::Node::red

Definition at line 33 of file qrbtree_p.h.

◆ right

template<class T>
Node* QRBTree< T >::Node::right

Definition at line 32 of file qrbtree_p.h.

Referenced by testing.tools.safetynet_image.ImageLocations::Right().


The documentation for this struct was generated from the following file: