embkernel
 All Classes Functions Variables Typedefs Groups Pages
Public Member Functions | Friends | List of all members

Doubly-linked list. More...

#include <RtosList.hpp>

Public Member Functions

void insertAtBeginning (RtosListIterable &iterable)
 
void insertAtEnd (RtosListIterable &iterable)
 
void insertSorted (RtosListIterable &iterable)
 
void insertSorted (RtosListIterable &iterable, uint32_t current)
 
void remove (RtosListIterable &iterable)
 
bool isInside (RtosListIterable &iterable)
 
RtosListIterablegetFirst ()
 

Friends

class Rtos
 
class RtosTask
 

Detailed Description

Doubly-linked list.

Doubly-linked list implementation for task ordering.

Definition at line 20 of file RtosList.hpp.


The documentation for this class was generated from the following files: