DiracSchroQueue Struct Reference

A simple queue implementation used in libdirac and libschroedinger. More...

#include <libdirac_libschro.h>

Data Fields

DiracSchroQueueElementp_head
 Pointer to head of queue. More...
 
DiracSchroQueueElementp_tail
 Pointer to tail of queue. More...
 
int size
 Queue size. More...
 

Detailed Description

A simple queue implementation used in libdirac and libschroedinger.

Definition at line 74 of file libdirac_libschro.h.

Field Documentation

DiracSchroQueueElement* DiracSchroQueue::p_head
DiracSchroQueueElement* DiracSchroQueue::p_tail

Pointer to tail of queue.

Definition at line 78 of file libdirac_libschro.h.

Referenced by ff_dirac_schro_queue_init(), and ff_dirac_schro_queue_push_back().


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