MPLABĀ® Harmony Graphics Suite
Data Fields
leList Struct Reference

This struct represents a list. More...

#include <legato_list.h>

Collaboration diagram for leList:
Collaboration graph
[legend]

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: