My Project
MMAL_LIST_T Struct Reference

#include <mmal_list.h>

Public Attributes

unsigned int length
 
MMAL_LIST_ELEMENT_Tfirst
 
MMAL_LIST_ELEMENT_Tlast
 

Detailed Description

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.

Member Data Documentation

◆ first

MMAL_LIST_ELEMENT_T* MMAL_LIST_T::first

First element in the list (read-only)

Definition at line 54 of file mmal_list.h.

◆ last

MMAL_LIST_ELEMENT_T* MMAL_LIST_T::last

Last element in the list (read-only)

Definition at line 55 of file mmal_list.h.

◆ length

unsigned int MMAL_LIST_T::length

Number of elements in the list (read-only)

Definition at line 53 of file mmal_list.h.


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