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