The qDecoder Project

Q_ENTRY Struct Reference

Structure for linked-list data structure. More…


Data Fields

int num
size_t size
Q_NLOBJfirst
Q_NLOBJlast
Q_NLOBJnext
Q_NLOBJcont


Detailed Description

Structure for linked-list data structure.


Field Documentation

int Q_ENTRY::num

number of objects

size_t Q_ENTRY::size

total size of objects

Q_NLOBJ* Q_ENTRY::first

first object pointer

Q_NLOBJ* Q_ENTRY::last

last object pointer

Q_NLOBJ* Q_ENTRY::next

next object pointer used by only for qEntryFirst() and qEntryNext()

Q_NLOBJ* Q_ENTRY::cont

next object pointer used by qEntry*Next*() and member functions


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

[Home] [About] [Examples] [Changes] [Download] [SVN Repository] [Install] [Reference]