GCLgrid :: dmatrix | classes |
class dmatrix_error | ? ^ |
Generic data object thrown by dmatrix object for nondescript errors.dmatrix_error is a base class for more specific errors.
- Source:
- dmatrix.h:15
- Author:
- Gary L. Pavlis
- Version:
- unknown
Contents | ^ |
Entity Type Scope Short Description ~dmatrix_error destructor public automatically generated dmatrix_error constructor public automatically generated dmatrix_error constructor public automatically generated log_error method public Writes the error message to standard error. message attribute public Base error message string operator = operator public automatically generated
destructor ~dmatrix_error | ? ^ > |
automatically generated
- Source:
- dmatrix.h
- Code:
public ~ dmatrix_error ( )
constructor dmatrix_error | ? ^ < > |
automatically generated
- Source:
- dmatrix.h
- Code:
public dmatrix_error ( )
constructor dmatrix_error | ? ^ < > |
automatically generated
- Source:
- dmatrix.h
- Code:
public dmatrix_error ( const dmatrix_error & )
method log_error | ? ^ < > |
Writes the error message to standard error.
- Source:
- dmatrix.h:24
- Code:
public virtual void log_error ( )
attribute message | ? ^ < > |
Base error message string
- Source:
- dmatrix.h:20
- Code:
- public string message
operator = | ? ^ < > |
automatically generated
- Source:
- dmatrix.h
- Code:
public dmatrix_error & operator = ( const dmatrix_error & )
Created Fri Jan 21 08:54:55 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.