GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave::index_exception Member List

This is the complete list of members for octave::index_exception, including all inherited members.

err_id(void) const =0octave::index_exceptionpure virtual
expression(void) constoctave::index_exceptionprotected
index_exception(const std::string &index, octave_idx_type nd=0, octave_idx_type dim=-1, const char *var="")octave::index_exceptioninline
m_dimoctave::index_exceptionprotected
m_indexoctave::index_exceptionprivate
m_ndoctave::index_exceptionprotected
m_varoctave::index_exceptionprotected
set_pos(octave_idx_type nd_arg, octave_idx_type dim_arg)octave::index_exceptioninline
set_pos_if_unset(octave_idx_type nd_arg, octave_idx_type dim_arg)octave::index_exceptioninline
set_var(const std::string &var_arg="")octave::index_exceptioninline
update_message(void)octave::index_exceptioninlinevirtual
~index_exception(void)=defaultoctave::index_exception