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.
DiracSchroQueueElementp_tail
 Pointer to tail of queue.
int size
 Queue size.

Detailed Description

A simple queue implementation used in libdirac and libschroedinger.

Definition at line 74 of file libdirac_libschro.h.


Field Documentation


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