This is the complete list of members for octave::index_exception, including all inherited members.
err_id(void) const =0 | octave::index_exception | pure virtual |
expression(void) const | octave::index_exception | protected |
index_exception(const std::string &index, octave_idx_type nd=0, octave_idx_type dim=-1, const char *var="") | octave::index_exception | inline |
m_dim | octave::index_exception | protected |
m_index | octave::index_exception | private |
m_nd | octave::index_exception | protected |
m_var | octave::index_exception | protected |
set_pos(octave_idx_type nd_arg, octave_idx_type dim_arg) | octave::index_exception | inline |
set_pos_if_unset(octave_idx_type nd_arg, octave_idx_type dim_arg) | octave::index_exception | inline |
set_var(const std::string &var_arg="") | octave::index_exception | inline |
update_message(void) | octave::index_exception | inlinevirtual |
~index_exception(void)=default | octave::index_exception |