Public Attributes | List of all members
gft::Queue::_queue Struct Reference

FIFO Queue with circular and growing features. More...

#include <gft_queue.h>

Public Attributes

int * data
 
int get
 
int put
 
int nbuckets
 
int nadded
 Number of elements added. More...
 

Detailed Description

FIFO Queue with circular and growing features.

Member Data Documentation

int* gft::Queue::_queue::data
int gft::Queue::_queue::get
int gft::Queue::_queue::nadded

Number of elements added.

int gft::Queue::_queue::nbuckets
int gft::Queue::_queue::put

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