Functor reading items from an address in AVR Flash memory (PROGMEM).
More...
#include <fastarduino/flash.h>
|
| | FlashReader (const T *flash_buffer) |
| | Construct a FlashReader functor reading Flash from flash_buffer address.
|
| |
| T | operator() () |
| | Get the enxt item read from memory.
|
| |
template<typename T>
class flash::FlashReader< T >
Functor reading items from an address in AVR Flash memory (PROGMEM).
- Template Parameters
-
| T | the typ of items to read from Flash |
Definition at line 110 of file flash.h.
◆ FlashReader()
Construct a FlashReader functor reading Flash from flash_buffer address.
- Parameters
-
| flash_buffer | a pointer to the first item in Flash memory |
Definition at line 118 of file flash.h.
◆ operator()()
Get the enxt item read from memory.
- Returns
- T the next read item from Flash
Definition at line 125 of file flash.h.
The documentation for this class was generated from the following file: