OpenM++ runtime library (libopenm)
openm::RowContainerInserter< TContainer > Class Template Reference

row processor to append rows to sequence container, ie: to list or vector More...

Inheritance diagram for openm::RowContainerInserter< TContainer >:
Collaboration diagram for openm::RowContainerInserter< TContainer >:

Public Member Functions

void processRow (IRowBaseUptr &i_row) override
 append row to sequence container, ie: to list or vector
 

Public Attributes

TContainer rowContainer
 row container
 

Detailed Description

template<typename TContainer>
class openm::RowContainerInserter< TContainer >

row processor to append rows to sequence container, ie: to list or vector


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