SoftFilters  0.1.0
Arduino framework and library of software data filters.
LinkedList.h File Reference

The linked list class to support the Tree class and FilterChain class. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LinkedListNode< VAL_T >
 
class  NodeIterator< VAL_T >
 
class  LinkedList< VAL_T >
 

Detailed Description

The linked list class to support the Tree class and FilterChain class.

Note
This implementation is not meant to be directly used by the client code.
See also
Tree, FilterChain
Author
Haimo Zhang zh.ha.nosp@m.mmer.nosp@m..dev@.nosp@m.gmai.nosp@m.l.com