Max OS 0.3
Loading...
Searching...
No Matches
MaxOS::common::VectorIterationHandler< Type > Class Template Reference

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)
 

Detailed Description

template<class Type>
class MaxOS::common::VectorIterationHandler< Type >

Handles the iteration of a Vector providing read and end of stream functions.

Template Parameters
TypeType of the Vector

Definition at line 24 of file vector.h.

Member Function Documentation

◆ on_end_of_stream()

template<class Type >
void MaxOS::common::VectorIterationHandler< Type >::on_end_of_stream ( )
virtual

Called when the end of the stream is reached (overridden by subclasses, no default behavior)

Template Parameters
TypeType of the values stored in the Vector

Definition at line 505 of file vector.h.

505 {
506
507 }

◆ on_read()

template<class Type >
void MaxOS::common::VectorIterationHandler< Type >::on_read ( Type  )
virtual

Called when an element is read from the Vector (overridden by subclasses, no default behavior)

Template Parameters
TypeType of the values stored in the Vector

Definition at line 514 of file vector.h.

514 {
515
516 }

The documentation for this class was generated from the following file: