|  | Qt 6.x
    The Qt SDK | 
#include <qhash.h>
 Collaboration diagram for QHashPrivate::Span< Node >::Entry:
 Collaboration diagram for QHashPrivate::Span< Node >::Entry:| Public Member Functions | |
| unsigned char & | nextFree () | 
| Node & | node () | 
| Public Attributes | ||
| struct { | ||
| unsigned char data [sizeof(Node)] | ||
| } | storage | |
| 
 | inline | 
Definition at line 249 of file qhash.h.
References QHashPrivate::Span< Node >::Entry::storage.
Referenced by QHashPrivate::Span< Node >::addStorage(), QHashPrivate::Span< Node >::erase(), QHashPrivate::Span< Node >::insert(), and QHashPrivate::Span< Node >::moveFromSpan().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | inline | 
Definition at line 250 of file qhash.h.
References QHashPrivate::Span< Node >::Entry::storage.
Referenced by QHashPrivate::Span< Node >::addStorage(), QHashPrivate::Span< Node >::at(), QHashPrivate::Span< Node >::at(), QHashPrivate::Span< Node >::atOffset(), QHashPrivate::Span< Node >::atOffset(), QHashPrivate::Span< Node >::erase(), QHashPrivate::Span< Node >::freeData(), QHashPrivate::Span< Node >::insert(), and QHashPrivate::Span< Node >::moveFromSpan().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| unsigned char QHashPrivate::Span< Node >::Entry::data[sizeof(Node)] | 
| struct { ... } QHashPrivate::Span< Node >::Entry::storage |