My Project
Public Attributes
MMAL_LIST_T Struct Reference

#include <mmal_list.h>

List of all members.

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.


Member Data Documentation

First element in the list (read-only)

Last element in the list (read-only)

unsigned int MMAL_LIST_T::length

Number of elements in the list (read-only)


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines