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
QFragmentMapData< Fragment >::Header Class Reference

#include <qfragmentmap_p.h>

+ Collaboration diagram for QFragmentMapData< Fragment >::Header:

Public Attributes

quint32 root
 
quint32 tag
 
quint32 freelist
 
quint32 node_count
 
quint32 allocated
 

Detailed Description

template<class Fragment>
class QFragmentMapData< Fragment >::Header

Definition at line 48 of file qfragmentmap_p.h.

Member Data Documentation

◆ allocated

template<class Fragment >
quint32 QFragmentMapData< Fragment >::Header::allocated

Definition at line 55 of file qfragmentmap_p.h.

◆ freelist

template<class Fragment >
quint32 QFragmentMapData< Fragment >::Header::freelist

Definition at line 53 of file qfragmentmap_p.h.

Referenced by QFragmentMapData< Fragment >::isValid().

◆ node_count

template<class Fragment >
quint32 QFragmentMapData< Fragment >::Header::node_count

Definition at line 54 of file qfragmentmap_p.h.

◆ root

template<class Fragment >
quint32 QFragmentMapData< Fragment >::Header::root

◆ tag

template<class Fragment >
quint32 QFragmentMapData< Fragment >::Header::tag

Definition at line 52 of file qfragmentmap_p.h.


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