Qt 4.8
|
#include <qlinkedlist.h>
Public Variables | |
QLinkedListData * | n |
QLinkedListData * | p |
QBasicAtomicInt | ref |
uint | sharable: 1 |
int | size |
Static Public Variables | |
static QLinkedListData | shared_null |
Definition at line 59 of file qlinkedlist.h.
QLinkedListData* QLinkedListData::n |
Definition at line 61 of file qlinkedlist.h.
QLinkedListData * QLinkedListData::p |
Definition at line 61 of file qlinkedlist.h.
QBasicAtomicInt QLinkedListData::ref |
Definition at line 62 of file qlinkedlist.h.
Referenced by QLinkedList< JSC::Identifier >::detach_helper(), QLinkedList< JSC::Identifier >::free(), and QLinkedList< JSC::Identifier >::operator=().
uint QLinkedListData::sharable |
Definition at line 64 of file qlinkedlist.h.
|
static |
Definition at line 66 of file qlinkedlist.h.
int QLinkedListData::size |
Definition at line 63 of file qlinkedlist.h.
Referenced by QLinkedList< JSC::Identifier >::operator+=(), and QLinkedList< JSC::Identifier >::operator==().