![]() |
Max OS 0.3
|
Handles the iteration of a Vector providing read and end of stream functions. More...
#include <vector.h>
Public Member Functions | |
| virtual void | on_read (Type) |
| Called when an element is read from the Vector (overridden by subclasses, no default behavior) | |
| virtual void | on_end_of_stream () |
| Called when the end of the stream is reached (overridden by subclasses, no default behavior) | |
Handles the iteration of a Vector providing read and end of stream functions.
| Type | Type of the Vector |
|
virtual |