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
QBspTree::Data Struct Reference

#include <qbsptree_p.h>

Collaboration diagram for QBspTree::Data:

Public Member Functions

 Data (void *p)
 Data (int n)

Public Attributes

union { 
   void *   ptr 
   int   i 
}; 

Detailed Description

Definition at line 38 of file qbsptree_p.h.

Constructor & Destructor Documentation

◆ Data() [1/2]

QBspTree::Data::Data ( void * p)
inline

Definition at line 40 of file qbsptree_p.h.

References ptr.

◆ Data() [2/2]

QBspTree::Data::Data ( int n)
inline

Definition at line 41 of file qbsptree_p.h.

References i.

Member Data Documentation

◆ [union]

union { ... } QBspTree::Data

◆ i

int QBspTree::Data::i

Definition at line 44 of file qbsptree_p.h.

Referenced by Data(), QBspTree::insert(), and QBspTree::remove().

◆ ptr

void* QBspTree::Data::ptr

Definition at line 43 of file qbsptree_p.h.

Referenced by Data().


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