Public Member Functions | |
_idxadds_helper (T *a, T v) | |
void | operator() (octave_idx_type i) |
Public Attributes | |
T * | array |
T | val |
Definition at line 36 of file MArray.cc.
_idxadds_helper< T >::_idxadds_helper | ( | T * | a, | |
T | v | |||
) | [inline] |
void _idxadds_helper< T >::operator() | ( | octave_idx_type | i | ) | [inline] |
Definition at line 41 of file MArray.cc.
References _idxadds_helper< T >::array, and _idxadds_helper< T >::val.
T* _idxadds_helper< T >::array |
Definition at line 38 of file MArray.cc.
Referenced by _idxadds_helper< T >::operator()().
T _idxadds_helper< T >::val |
Definition at line 39 of file MArray.cc.
Referenced by _idxadds_helper< T >::operator()().