#include <parerr.h>
Public Member Functions | |
| parerr () | |
| parerr & | pick (const string &m) |
| parerr & | pick (const char *m) |
| void | print (ostream &ous) const |
| void | context (istream &ins, int sz=500) |
| void | prtContext (ostream &ous) const |
Private Attributes | |
| string | info |
| string | cntxt |
| parerr::parerr | ( | ) |
| parerr & parerr::pick | ( | const string & | m | ) |
References info.
Referenced by protein::read(), feature::read(), func::read(), genetics::read(), ref::read(), and accession::read().
| void parerr::context | ( | istream & | ins, | |
| int | sz = 500 | |||
| ) |
string parerr::info [private] |
string parerr::cntxt [private] |
Referenced by context(), and prtContext().
1.5.6