GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
octave::complex_index_exception Class Reference
Inheritance diagram for octave::complex_index_exception:
Inheritance graph
[legend]
Collaboration diagram for octave::complex_index_exception:
Collaboration graph
[legend]

Public Member Functions

 complex_index_exception (const std::string &value)
 
 ~complex_index_exception (void)
 
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

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

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

octave::complex_index_exception::~complex_index_exception ( void  )
inline

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

Member Function Documentation

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

Implements octave::index_exception.

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

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

Implements octave::index_exception.

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

std::string octave::index_exception::expression ( void  ) const
protectedinherited
std::string octave::index_exception::idx ( void  ) const
inlineinherited
std::string octave::index_exception::message ( void  ) const
virtualinherited
void octave::index_exception::set_pos ( octave_idx_type  nd_arg,
octave_idx_type  dim_arg 
)
inlineinherited
void octave::index_exception::set_pos_if_unset ( octave_idx_type  nd_arg,
octave_idx_type  dim_arg 
)
inlineinherited
void octave::index_exception::set_var ( const std::string var_arg = "")
inlineinherited

Member Data Documentation

octave_idx_type octave::index_exception::dim
protectedinherited
octave_idx_type octave::index_exception::nd
protectedinherited
std::string octave::index_exception::var
protectedinherited

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