OpenM++ runtime library (libopenm)
|
interface to opaque list of bytes rows More...
#include <runController.h>
Public Member Functions | |
virtual uint8_t * | toFirst (void)=0 |
move pointer to the first row, return NULL if row list is empty. More... | |
virtual uint8_t * | toNext (void)=0 |
move pointer to the next row, return NULL at the end of rows. More... | |
interface to opaque list of bytes rows
|
pure virtual |
move pointer to the first row, return NULL if row list is empty.
Implemented in openm::RunController::ListFirstNext, and openm::RunController::BytesFirstNext.
|
pure virtual |
move pointer to the next row, return NULL at the end of rows.
Implemented in openm::RunController::ListFirstNext, and openm::RunController::BytesFirstNext.