![]() |
Max OS 0.3
|
Handles iteration of a map. More...
#include <map.h>
Public Member Functions | |
| MapIterationHandler () | |
| ______________ TEMPLATE IMPLEMENTATION ______________ | |
| virtual void | on_read (Key, Value) |
| Called when a key-value pair is read. | |
| virtual void | on_end_of_stream () |
| Called when the end of the stream is reached. | |
Handles iteration of a map.
| Key | The key type |
| Value | The value type |
|
virtual |
Called when the end of the stream is reached.
| Key | The key type |
| Value | The value type |
Definition at line 91 of file map.h.
Referenced by MaxOS::common::Map< Key, Value >::iterate().
Called when a key-value pair is read.
| Key | The key type |
| Value | The value type |
Definition at line 101 of file map.h.
Referenced by MaxOS::common::Map< Key, Value >::iterate().