|
FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
|
A wrapper for items stored in a LinkedList.
More...
#include <fastarduino/linked_list.h>


Public Types | |
| using | T = T_ |
| The type of item wrapped by this class. More... | |
Friends | |
| class | LinkedList< T > |
| template<class T , class B > | |
| struct | types_traits::derives_from |
A wrapper for items stored in a LinkedList.
To use this class, you have to use the following idiom:
A concrete example of Link use in FastArduino API can be found in events::EventHandler.
If you have an existing class which you want to directly use as a LinkedList item type, but cannot modify it, then you should use LinkWrapper instead.
| T_ | the type of item wrapped by this class |
Definition at line 167 of file linked_list.h.
| using containers::Link< T_ >::T = T_ |
The type of item wrapped by this class.
Definition at line 173 of file linked_list.h.
|
friend |
Definition at line 179 of file linked_list.h.
Definition at line 184 of file linked_list.h.