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
QStringHash< T >::ReservedNodePool Struct Reference

#include <qstringhash_p.h>

Collaboration diagram for QStringHash< T >::ReservedNodePool:

Public Member Functions

 ReservedNodePool ()
 ~ReservedNodePool ()

Public Attributes

int count = 0
int used = 0
Nodenodes

Detailed Description

template<class T>
struct QStringHash< T >::ReservedNodePool

Definition at line 292 of file qstringhash_p.h.

Constructor & Destructor Documentation

◆ ReservedNodePool()

template<class T>
QStringHash< T >::ReservedNodePool::ReservedNodePool ( )
inline

Definition at line 294 of file qstringhash_p.h.

References nodes.

◆ ~ReservedNodePool()

template<class T>
QStringHash< T >::ReservedNodePool::~ReservedNodePool ( )
inline

Definition at line 295 of file qstringhash_p.h.

References nodes.

Member Data Documentation

◆ count

template<class T>
int QStringHash< T >::ReservedNodePool::count = 0

Definition at line 296 of file qstringhash_p.h.

◆ nodes

template<class T>
Node* QStringHash< T >::ReservedNodePool::nodes

Definition at line 298 of file qstringhash_p.h.

Referenced by ReservedNodePool(), and ~ReservedNodePool().

◆ used

template<class T>
int QStringHash< T >::ReservedNodePool::used = 0

Definition at line 297 of file qstringhash_p.h.


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