FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
Loading...
Searching...
No Matches
linked_list.h File Reference

Utility API to handle linked list containers. More...

#include "utilities.h"
#include "types_traits.h"
Include dependency graph for linked_list.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  containers::LinkedList< T_ >
 Linked list of type T_ items. More...
 
class  containers::Link< T_ >
 A wrapper for items stored in a LinkedList. More...
 
class  containers::LinkWrapper< T_, TREF_, CTREF_ >
 A wrapper for items stored in a LinkedList. More...
 

Namespaces

namespace  containers
 Contains all FastArduino generic containers:
 

Detailed Description

Utility API to handle linked list containers.

Definition in file linked_list.h.