ConicBundle
Public Member Functions | Public Attributes | List of all members
CH_Matrix_Classes::MErange Class Reference

Such an object is generated and passed to MEmessage() whenever some index is out of range. More...

#include <matop.hxx>

Inheritance diagram for CH_Matrix_Classes::MErange:
CH_Matrix_Classes::MatrixError

Public Member Functions

 MErange (Integer inr, Integer ir, Integer inc, Integer ic, const char *mes=0, Mtype mt=MTmatrix)
 constructor
 
- Public Member Functions inherited from CH_Matrix_Classes::MatrixError
 MatrixError (MEcode c=ME_unspec, const char *mes=0, Mtype mt=MTmatrix)
 there is only this one constructor and no other messages
 

Public Attributes

Integer nr
 number of rows
 
Integer r
 row index
 
Integer nc
 number of columsn
 
Integer c
 column index
 
- Public Attributes inherited from CH_Matrix_Classes::MatrixError
MEcode code
 see MEcode for allowed error types
 
const char * message
 the error mussage pointer must point to existing object and does not get freed
 
Mtype mtype
 see Mtype for allowed error source types
 

Detailed Description

Such an object is generated and passed to MEmessage() whenever some index is out of range.


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