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
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.

◆ 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

Definition at line 51 of file qfragmentmap_p.h.

◆ 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: