![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qbsptree_p.h>
Public Member Functions | |
Data (void *p) | |
Data (int n) |
Public Attributes | |
union { | |
void * ptr | |
int i | |
}; |
Definition at line 38 of file qbsptree_p.h.
|
inline |
Definition at line 40 of file qbsptree_p.h.
References ptr.
|
inline |
Definition at line 41 of file qbsptree_p.h.
References i.
union { ... } QBspTree::Data |
int QBspTree::Data::i |
Definition at line 44 of file qbsptree_p.h.
Referenced by Data(), QBspTree::insert(), and QBspTree::remove().
void* QBspTree::Data::ptr |
Definition at line 43 of file qbsptree_p.h.
Referenced by Data().