Qt 4.8
Public Variables | List of all members
QListData::Data Struct Reference

#include <qlist.h>

Public Variables

int alloc
 
void * array [1]
 
int begin
 
int end
 
QBasicAtomicInt ref
 
uint sharable: 1
 

Detailed Description

Definition at line 72 of file qlist.h.

Properties

◆ alloc

int QListData::Data::alloc

◆ array

void* QListData::Data::array[1]

◆ begin

int QListData::Data::begin

◆ end

int QListData::Data::end

◆ ref

QBasicAtomicInt QListData::Data::ref

◆ sharable

uint QListData::Data::sharable

Definition at line 75 of file qlist.h.

Referenced by QListData::detach(), QListData::detach2(), and QListData::detach_grow().


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