My Project
|
#include <mmal_list.h>
Public Attributes | |
unsigned int | length |
MMAL_LIST_ELEMENT_T * | first |
MMAL_LIST_ELEMENT_T * | last |
Linked list type. Clients shouldn't modify this directly. Use the provided API functions to add new elements. The public members are only for debug purposes.
Definition at line 51 of file mmal_list.h.
MMAL_LIST_ELEMENT_T* MMAL_LIST_T::first |
First element in the list (read-only)
Definition at line 54 of file mmal_list.h.
MMAL_LIST_ELEMENT_T* MMAL_LIST_T::last |
Last element in the list (read-only)
Definition at line 55 of file mmal_list.h.
unsigned int MMAL_LIST_T::length |
Number of elements in the list (read-only)
Definition at line 53 of file mmal_list.h.