![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qstringhash_p.h>
Public Member Functions | |
| ReservedNodePool () | |
| ~ReservedNodePool () | |
Public Attributes | |
| int | count = 0 |
| int | used = 0 |
| Node * | nodes |
Definition at line 292 of file qstringhash_p.h.
|
inline |
Definition at line 294 of file qstringhash_p.h.
References nodes.
|
inline |
Definition at line 295 of file qstringhash_p.h.
References nodes.
| int QStringHash< T >::ReservedNodePool::count = 0 |
Definition at line 296 of file qstringhash_p.h.
| Node* QStringHash< T >::ReservedNodePool::nodes |
Definition at line 298 of file qstringhash_p.h.
Referenced by ReservedNodePool(), and ~ReservedNodePool().
| int QStringHash< T >::ReservedNodePool::used = 0 |
Definition at line 297 of file qstringhash_p.h.