Public Member Functions | |
OCTAVE_API | idx_colon_rep (char c) |
idx_colon_rep (const idx_colon_rep &idx)=delete | |
idx_colon_rep (void)=default | |
virtual Array< octave_idx_type > | as_array (void) |
OCTAVE_API octave_idx_type | checkelem (octave_idx_type i) const |
octave_idx_type | extent (octave_idx_type n) const |
idx_class_type | idx_class (void) const |
bool | is_colon_equiv (octave_idx_type) const |
octave_idx_type | length (octave_idx_type n) const |
idx_colon_rep & | operator= (const idx_colon_rep &idx)=delete |
virtual dim_vector | orig_dimensions (void) const |
OCTAVE_API std::ostream & | print (std::ostream &os) const |
OCTAVE_NORETURN idx_base_rep * | sort_idx (Array< octave_idx_type > &) |
idx_base_rep * | sort_uniq_clone (bool=false) |
octave_idx_type | xelem (octave_idx_type i) const |
Public Attributes | |
refcount< octave_idx_type > | m_count |
Definition at line 126 of file idx-vector.h.
|
default |
idx_vector::idx_colon_rep::idx_colon_rep | ( | char | c | ) |
Definition at line 73 of file idx-vector.cc.
|
delete |
|
virtualinherited |
Reimplemented in idx_vector::idx_mask_rep, idx_vector::idx_vector_rep, idx_vector::idx_scalar_rep, and idx_vector::idx_range_rep.
Definition at line 64 of file idx-vector.cc.
Referenced by idx_vector::as_array().
|
virtual |
Implements idx_vector::idx_base_rep.
Definition at line 82 of file idx-vector.cc.
References err_index_out_of_range().
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from idx_vector::idx_base_rep.
Definition at line 148 of file idx-vector.h.
|
inlinevirtual |
Reimplemented from idx_vector::idx_base_rep.
Definition at line 155 of file idx-vector.h.
|
inlinevirtual |
|
delete |
|
inlinevirtualinherited |
Reimplemented in idx_vector::idx_mask_rep, idx_vector::idx_vector_rep, idx_vector::idx_scalar_rep, and idx_vector::idx_range_rep.
Definition at line 115 of file idx-vector.h.
|
virtual |
Implements idx_vector::idx_base_rep.
Definition at line 97 of file idx-vector.cc.
|
virtual |
Implements idx_vector::idx_base_rep.
Definition at line 91 of file idx-vector.cc.
|
inlinevirtual |
Implements idx_vector::idx_base_rep.
Definition at line 150 of file idx-vector.h.
|
inlinevirtual |
Implements idx_vector::idx_base_rep.
Definition at line 140 of file idx-vector.h.
|
inherited |
Definition at line 122 of file idx-vector.h.
Referenced by idx_vector::operator=().