Mistake on this page?
Report an issue in GitHub or email us
Public Member Functions
LinkedListBase Class Reference
Inheritance diagram for LinkedListBase:
LinkedList< T > LinkedList< events::TaskBase >

Public Member Functions

LinkEntryhead ()
 Return the element at the head of the list. More...
 
void enqueue (LinkEntry *entry)
 Add an element to the tail of the list. More...
 
LinkEntrydequeue ()
 Remove the element at the head of the list. More...
 
void remove (LinkEntry *entry)
 Remove the specified element if it is in the list. More...
 

Detailed Description

Definition at line 28 of file LinkedListBase.h.

Member Function Documentation

LinkEntry* dequeue ( )

Remove the element at the head of the list.

Returns
The element at the head of the list or NULL if the list is empty
void enqueue ( LinkEntry entry)

Add an element to the tail of the list.

Parameters
entryNew element to add
LinkEntry* head ( )

Return the element at the head of the list.

Returns
The element at the head of the list or NULL if the list is empty
void remove ( LinkEntry entry)

Remove the specified element if it is in the list.

Parameters
entryElement to remove from the list
Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.