Public Member Functions | |
virtual bool | collect (octave_idx_type i, const octave_value &val)=0 |
virtual octave_value | result (void)=0 |
virtual | ~scalar_col_helper (void) |
virtual scalar_col_helper::~scalar_col_helper | ( | void | ) | [inline, virtual] |
virtual bool scalar_col_helper::collect | ( | octave_idx_type | i, | |
const octave_value & | val | |||
) | [pure virtual] |
Implemented in scalar_col_helper_def, and scalar_col_helper_nda< NDA >.
virtual octave_value scalar_col_helper::result | ( | void | ) | [pure virtual] |
Implemented in scalar_col_helper_def, and scalar_col_helper_nda< NDA >.