Public Member Functions | |
rec_index_helper (const dim_vector &dv, const Array< idx_vector > &ia) | |
~rec_index_helper (void) | |
template<class T > | |
void | index (const T *src, T *dest) const |
template<class T > | |
void | assign (const T *src, T *dest) const |
template<class T > | |
void | fill (const T &val, T *dest) const |
bool | is_cont_range (octave_idx_type &l, octave_idx_type &u) const |
rec_index_helper::rec_index_helper | ( | const dim_vector & | dv, | |
const Array< idx_vector > & | ia | |||
) | [inline] |
rec_index_helper::~rec_index_helper | ( | void | ) | [inline] |
bool rec_index_helper::is_cont_range | ( | octave_idx_type & | l, | |
octave_idx_type & | u | |||
) | const [inline] |