DiracSchroQueueElement Struct Reference

queue element More...

#include <libdirac_libschro.h>

Data Fields

voiddata
 Data to be stored in queue.
struct DiracSchroQueueElementnext
 Pointer to next element queue.

Detailed Description

queue element

Definition at line 63 of file libdirac_libschro.h.

Field Documentation

void* DiracSchroQueueElement::data

Data to be stored in queue.

Definition at line 65 of file libdirac_libschro.h.

Referenced by ff_dirac_schro_queue_pop(), and ff_dirac_schro_queue_push_back().

struct DiracSchroQueueElement* DiracSchroQueueElement::next

Pointer to next element queue.

Definition at line 67 of file libdirac_libschro.h.

Referenced by ff_dirac_schro_queue_pop(), and ff_dirac_schro_queue_push_back().


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