Skip to main content

The micro_os_plus::utils Namespace Reference

The µOS++ utilities definitions. More...

Classes

class

A class template for a doubly linked list of nodes. More...

class

A class template for a doubly linked list forward iterator. More...

class

A class for the core of a doubly linked list (pointers to neighbours). More...

class

A base class for a doubly linked list. More...

class

A class template for a list of nodes which store the links inside themselves as intrusive nodes. More...

class

A class template for the intrusive list iterator. More...

class

A class for the core of a statically allocated doubly linked list (pointers to neighbours). More...

Description

The micro_os_plus::utils namespace serves as a dedicated space for utility list classes, essential to the µOS++ project. By encapsulating commonly used list implementations, it enhances code organisation, minimises redundancy, and improves overall maintainability within the framework.

This structured approach fosters modular development and ensures seamless integration within µOS++, contributing to a more efficient and scalable system.


Generated via docusaurus-plugin-doxygen by Doxygen 1.13.2