Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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.

◆ ~ReservedNodePool()

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

Definition at line 295 of file qstringhash_p.h.

References QStringHash< T >::ReservedNodePool::nodes.

Member Data Documentation

◆ count

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

◆ nodes

◆ used

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

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