COSA
An Object-Oriented Platform for Arduino Programming
|
#include <Registry.hh>
Public Member Functions | |
Iterator (item_list_P list) | |
item_P | next () |
void | reset () |
Registry item list iterator.
Definition at line 163 of file Registry.hh.
|
inline |
Construct iterator on given item list in program memory.
[in] | list | of items. |
Definition at line 173 of file Registry.hh.
|
inline |
Return the next item in the item list otherwise NULL.
Definition at line 182 of file Registry.hh.
|
inline |
Reset iterator to start position.
Definition at line 192 of file Registry.hh.