FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
|
Utility API to handle linked list containers. More...
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: | |
Utility API to handle linked list containers.
Definition in file linked_list.h.