MPLAB® Harmony Graphics Suite
|
Microchip Technology Inc.
legato_list.h
Module for Microchip Graphics Library - Legato User Interface Library
This is a linked list implementation that is used internally by the Legato user interface library.
|
Name |
Description |
![]() |
Assignes a new pointer to an index in the list | |
![]() |
Removes all nodes from a given list | |
![]() |
Creates a duplicate of an existing list | |
![]() |
Initializes a new linked list | |
![]() |
Removes all nodes from a given list and frees the data of each node | |
![]() |
Retrieves the index of a value from the list | |
![]() |
Retrieves a value from the list | |
![]() |
Inserts an item into a list at a given index. All existing from index are shifted right one place. | |
![]() |
Removes the last value from the list | |
![]() |
Removes the first value from the list | |
![]() |
Pushes a new node onto the back of the list | |
![]() |
Pushes a new node onto the front of the list | |
![]() |
Removes an item from the list | |
![]() |
Removes an item from the list at an index |
MPLAB® Harmony Graphics Suite
|