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
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 248 of file qhash.h.

Member Function Documentation

◆ nextFree()

template<typename Node>
unsigned char & QHashPrivate::Span< Node >::Entry::nextFree ( )
inline

Definition at line 251 of file qhash.h.

◆ node()

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

Definition at line 252 of file qhash.h.

Member Data Documentation

◆ data

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

Definition at line 249 of file qhash.h.

◆ [struct]

struct { ... } QHashPrivate::Span< Node >::Entry::storage

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