25 class error:
public std::exception
32 fputs(errstring,stderr);
35 fputs(errstring,stderr);
40 const char* what()
const throw() {
return errstring;}
41 error(
const char *fmt,...)
45 vsprintf(errstring,fmt,args);
49 error() {errstring[0]=
'\0'; abort_if_debug();}
50 error(
const error& e) {strncpy(errstring,e.errstring,200);}
EcoLab exception class.
Definition: error.h:25
_OPENMP
Definition: accessor.h:16