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

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

err_id(void) constoctave::out_of_rangeinlinevirtual
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_extentoctave::out_of_rangeprivate
m_indexoctave::index_exceptionprivate
m_ndoctave::index_exceptionprotected
m_sizeoctave::out_of_rangeprivate
m_varoctave::index_exceptionprotected
out_of_range(const std::string &value, octave_idx_type nd, octave_idx_type dim, octave_idx_type ext, const dim_vector &size)octave::out_of_rangeinline
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::out_of_rangeinlinevirtual
~index_exception(void)=defaultoctave::index_exception