utils-lists 4.0.2
The µOS++ Intrusive Lists
Loading...
Searching...
No Matches
lists.cpp File Reference

The file with the implementations of the µOS++ lists methods. More...

#include <micro-os-plus/utils/lists.h>
#include <micro-os-plus/diag/trace.h>

Go to the source code of this file.

Namespaces

namespace  micro_os_plus
 The top µOS++ namespace.
 
namespace  micro_os_plus::utils
 The µOS++ utilities definitions.
 

Detailed Description

The file with the implementations of the µOS++ lists methods.

The list.cpp source file contains the C++ implementations of the methods for the µOS++ Intrusive Lists classes, delivering an efficient and lightweight linked list management system tailored for embedded applications.

The class definitions are in the lists.h file.

Definition in file lists.cpp.