MPLABĀ® Harmony Graphics Suite  GFX v3.13.0
Legato API Documentation
leList Struct Reference

This struct represents a list. More...

#include <C:/microchip/harmony3/gfx/middleware/legato/library/src/gfx/legato/datastructure/legato_list.h>

Collaboration diagram for leList:

Data Fields

leListNodehead
 
leListNodetail
 
size_t size
 

Detailed Description

This struct represents a list.

List is used use to hold a size limit of list nodes.

Field Documentation

◆ head

leListNode* head

The head list node.

◆ size

size_t size

The size of the list.

◆ tail

leListNode* tail

The tail list node.


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