The qDecoder Project

Q_QUEUE Struct Reference

Structure for array-based circular-queue data structure. More…


Data Fields

int max
int used
int head
int tail
size_t objsize
void * objarr


Detailed Description

Structure for array-based circular-queue data structure.


Field Documentation

int Q_QUEUE::max

maximum queue slots

int Q_QUEUE::used

used queue slots

int Q_QUEUE::head

head pointer

int Q_QUEUE::tail

tail pointer

size_t Q_QUEUE::objsize

object size

void* Q_QUEUE::objarr

external queue data memory pointer


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

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