GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave::complex_index_exception Class Reference
Inheritance diagram for octave::complex_index_exception:
Collaboration diagram for octave::complex_index_exception:

Public Member Functions

 complex_index_exception (const std::string &value)
 
 ~complex_index_exception (void)=default
 
std::string details (void) const
 
const char * err_id (void) const
 
std::string idx (void) const
 
virtual std::string message (void) const
 
void set_pos (octave_idx_type nd_arg, octave_idx_type dim_arg)
 
void set_pos_if_unset (octave_idx_type nd_arg, octave_idx_type dim_arg)
 
void set_var (const std::string &var_arg="")
 

Protected Member Functions

std::string expression (void) const
 

Protected Attributes

octave_idx_type dim
 
octave_idx_type nd
 
std::string var
 

Detailed Description

Definition at line 68 of file ov-complex.cc.

Constructor & Destructor Documentation

◆ complex_index_exception()

octave::complex_index_exception::complex_index_exception ( const std::string value)
inline

Definition at line 72 of file ov-complex.cc.

◆ ~complex_index_exception()

octave::complex_index_exception::~complex_index_exception ( void  )
default

Member Function Documentation

◆ details()

std::string octave::complex_index_exception::details ( void  ) const
inlinevirtual

Implements octave::index_exception.

Definition at line 77 of file ov-complex.cc.

◆ err_id()

const char* octave::complex_index_exception::err_id ( void  ) const
inlinevirtual

Implements octave::index_exception.

Definition at line 83 of file ov-complex.cc.

◆ expression()

std::string octave::index_exception::expression ( void  ) const
protectedinherited

◆ idx()

std::string octave::index_exception::idx ( void  ) const
inlineinherited

Definition at line 54 of file lo-array-errwarn.h.

References octave::index_exception::index.

Referenced by octave::index_exception::expression().

◆ message()

std::string octave::index_exception::message ( void  ) const
virtualinherited

◆ set_pos()

void octave::index_exception::set_pos ( octave_idx_type  nd_arg,
octave_idx_type  dim_arg 
)
inlineinherited

Definition at line 65 of file lo-array-errwarn.h.

References octave::index_exception::dim, and octave::index_exception::nd.

◆ set_pos_if_unset()

void octave::index_exception::set_pos_if_unset ( octave_idx_type  nd_arg,
octave_idx_type  dim_arg 
)
inlineinherited

Definition at line 71 of file lo-array-errwarn.h.

References octave::index_exception::dim, and octave::index_exception::nd.

◆ set_var()

void octave::index_exception::set_var ( const std::string var_arg = "")
inlineinherited

Definition at line 81 of file lo-array-errwarn.h.

References octave::index_exception::var.

Member Data Documentation

◆ dim

octave_idx_type octave::index_exception::dim
protectedinherited

◆ nd

◆ var

std::string octave::index_exception::var
protectedinherited

The documentation for this class was generated from the following file: