![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|


Public Member Functions | |
| idx_colon_rep (void) | |
| idx_colon_rep (char c) | |
| virtual Array< octave_idx_type > | as_array (void) |
| 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 |
| virtual dim_vector | orig_dimensions (void) const |
| std::ostream & | print (std::ostream &os) const |
| 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 | |
| octave_refcount< int > | count |
| bool | err |
Private Member Functions | |
| DECLARE_OCTAVE_ALLOCATOR | idx_colon_rep (const idx_colon_rep &idx) |
| idx_colon_rep & | operator= (const idx_colon_rep &idx) |
Definition at line 121 of file idx-vector.h.
|
inline |
Definition at line 124 of file idx-vector.h.
| idx_vector::idx_colon_rep::idx_colon_rep | ( | char | c | ) |
Definition at line 68 of file idx-vector.cc.
|
private |
|
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 58 of file idx-vector.cc.
Referenced by idx_vector::as_array().
|
virtual |
Implements idx_vector::idx_base_rep.
Definition at line 79 of file idx-vector.cc.
References gripe_index_out_of_range().
|
inlinevirtual |
Implements idx_vector::idx_base_rep.
Definition at line 134 of file idx-vector.h.
|
inlinevirtual |
Reimplemented from idx_vector::idx_base_rep.
Definition at line 136 of file idx-vector.h.
References idx_vector::class_colon.
|
inlinevirtual |
Reimplemented from idx_vector::idx_base_rep.
Definition at line 143 of file idx-vector.h.
|
inlinevirtual |
Implements idx_vector::idx_base_rep.
Definition at line 132 of file idx-vector.h.
|
private |
|
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 102 of file idx-vector.h.
|
virtual |
Implements idx_vector::idx_base_rep.
Definition at line 101 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 138 of file idx-vector.h.
|
inlinevirtual |
Implements idx_vector::idx_base_rep.
Definition at line 128 of file idx-vector.h.
|
inherited |
Definition at line 109 of file idx-vector.h.
Referenced by idx_vector::operator=().
|
inherited |
Definition at line 111 of file idx-vector.h.
Referenced by idx_vector::err_rep(), idx_vector::freeze(), idx_vector::idx_range_rep::idx_range_rep(), idx_vector::idx_scalar_rep::idx_scalar_rep(), and idx_vector::idx_vector_rep::idx_vector_rep().
1.8.1.2