FFSchroQueue Struct Reference

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

#include <libschroedinger.h>


Data Fields

FFSchroQueueElementp_head
 Pointer to head of queue.
FFSchroQueueElementp_tail
 Pointer to tail of queue.
int size
 Queue size.


Detailed Description

A simple queue implementation used in libschroedinger.

Definition at line 72 of file libschroedinger.h.


Field Documentation

Pointer to head of queue.

Definition at line 74 of file libschroedinger.h.

Referenced by ff_schro_queue_free(), ff_schro_queue_init(), ff_schro_queue_pop(), and ff_schro_queue_push_back().

Pointer to tail of queue.

Definition at line 76 of file libschroedinger.h.

Referenced by ff_schro_queue_init(), and ff_schro_queue_push_back().


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

Generated on Fri Oct 26 02:48:06 2012 for FFmpeg by  doxygen 1.5.8