COPASI API
4.16.103
|
#include <Cxerrwd.h>
Public Member Functions | |
Cxerrwd (const bool &print) | |
void | enablePrint (const bool &print=true) |
void | operator() (const std::string &msg, const C_INT *nmes, const C_INT *nerr, const C_INT *level, const C_INT *ni, const C_INT *i1, const C_INT *i2, const C_INT *nr, const double *r1, const double *r2, C_INT msg_len) |
void | setOstream (std::ostream &os) |
~Cxerrwd () | |
Private Attributes | |
std::ostream * | mpOstream |
bool | mPrint |
Cxerrwd::Cxerrwd | ( | const bool & | ) |
Definition at line 25 of file Cxerrwd.cpp.
Cxerrwd::~Cxerrwd | ( | ) |
Definition at line 30 of file Cxerrwd.cpp.
void Cxerrwd::enablePrint | ( | const bool & | print = true | ) |
Definition at line 35 of file Cxerrwd.cpp.
References mPrint.
Referenced by CInternalSolver::enablePrint().
void Cxerrwd::operator() | ( | const std::string & | msg, |
const C_INT * | nmes, | ||
const C_INT * | nerr, | ||
const C_INT * | level, | ||
const C_INT * | ni, | ||
const C_INT * | i1, | ||
const C_INT * | i2, | ||
const C_INT * | nr, | ||
const double * | r1, | ||
const double * | r2, | ||
C_INT | msg_len | ||
) |
void Cxerrwd::setOstream | ( | std::ostream & | os | ) |
Definition at line 32 of file Cxerrwd.cpp.
References mpOstream.
Referenced by CInternalSolver::setOstream().
|
private |
Definition at line 43 of file Cxerrwd.h.
Referenced by operator()(), and setOstream().
|
private |
Definition at line 42 of file Cxerrwd.h.
Referenced by enablePrint(), and operator()().