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
QHashPrivate::Span< Node >::Entry Struct Reference

#include <qhash.h>

+ Collaboration diagram for QHashPrivate::Span< Node >::Entry:

Public Member Functions

unsigned char & nextFree ()
 
Nodenode ()
 

Public Attributes

struct { 
 
   unsigned char   data [sizeof(Node)] 
 
storage 
 

Detailed Description

template<typename Node>
struct QHashPrivate::Span< Node >::Entry

Definition at line 246 of file qhash.h.

Member Function Documentation

◆ nextFree()

template<typename Node >
unsigned char & QHashPrivate::Span< Node >::Entry::nextFree ( )
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(), and QHashPrivate::Span< Node >::insert().

+ Here is the caller graph for this function:

◆ node()

template<typename Node >
Node & QHashPrivate::Span< Node >::Entry::node ( )
inline

Member Data Documentation

◆ data

template<typename Node >
unsigned char QHashPrivate::Span< Node >::Entry::data[sizeof(Node)]

Definition at line 247 of file qhash.h.

◆ [struct]


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