GCLgrid :: dmatrix | classes |
class dmatrix_index_error | ? ^ |
Thrown by a dmatrix if a requested index is outside the bounds of the matrix dimension.
- Source:
- dmatrix.h:35
- Author:
- Gary L. Pavlis
- Version:
- unknown
Contents | ^ |
Entity Inherited From Type Scope Short Description ~dmatrix_index_error destructor public automatically generated dmatrix_index_error constructor public Basic constructor for this error object. dmatrix_index_error constructor public automatically generated log_error method public Writes the error message to standard error. operator = operator public automatically generated
destructor ~dmatrix_index_error | ? ^ > |
automatically generated
- Source:
- dmatrix.h
- Code:
public ~ dmatrix_index_error ( )
constructor dmatrix_index_error | ? ^ < > |
Basic constructor for this error object.
- Source:
- dmatrix.h:45
- Params:
nrmax number of rows in matrix ncmax number of columns in matrix ir row index requested ic column index requested
- Code:
public dmatrix_index_error ( int nrmax , int ncmax , int ir , int ic )
constructor dmatrix_index_error | ? ^ < > |
automatically generated
- Source:
- dmatrix.h
- Code:
public dmatrix_index_error ( const dmatrix_index_error & )
method log_error | ? ^ < > |
Writes the error message to standard error.
- Source:
- dmatrix.h:51
- Code:
public virtual void log_error ( )
operator = | ? ^ < > |
automatically generated
- Source:
- dmatrix.h
- Code:
public dmatrix_index_error & operator = ( const dmatrix_index_error & )
Created Wed Apr 27 07:05:01 2005.
This documentation was generated automatically by
ccdoc v08r41 2004/09/29 bin_opt_suncc_sun4-solaris-2.8.
Click here to submit a bug report or feature request for ccdoc.
Click here to return to the top of the page.