![]() |
Qt 6.x
The Qt SDK
|
#include <qbsptree_p.h>
Public Member Functions | |
Data (void *p) | |
Data (int n) | |
Public Attributes | ||
union { | ||
void * ptr | ||
int i | ||
}; | ||
Definition at line 37 of file qbsptree_p.h.
|
inline |
Definition at line 39 of file qbsptree_p.h.
|
inline |
Definition at line 40 of file qbsptree_p.h.
union { ... } QBspTree::Data |
int QBspTree::Data::i |
Definition at line 43 of file qbsptree_p.h.
void* QBspTree::Data::ptr |
Definition at line 42 of file qbsptree_p.h.