#include "head.h"#include "date.h"#include "parerr.h"Functions | |
| void | replQuote (string &ss, const char c) |
| void | getField (ifstream &ins, string &ff, char ll[]) |
| void | getf (ifstream &ins, string &s, char l[], int fs) |
| void | getAccField (ifstream &ins, string &ff, char ll[]) |
| list< string > | string2list (const string &s) |
| void getAccField | ( | ifstream & | ins, | |
| string & | ff, | |||
| char | ll[] | |||
| ) |
| void getf | ( | ifstream & | ins, | |
| string & | s, | |||
| char | l[], | |||
| int | fs | |||
| ) |
References LINE, and replQuote().
Referenced by getf(), Refreader::next(), Reference::read(), ref::read(), gbseq::read(), protein::read(), and accession::read().
| void getField | ( | ifstream & | ins, | |
| string & | ff, | |||
| char | ll[] | |||
| ) |
References DATAIDX, LINE, and replQuote().
Referenced by head::getHead(), protein::read(), func::read(), genetics::read(), and ref::read().
| void replQuote | ( | string & | ss, | |
| const char | c | |||
| ) |
Referenced by getAccField(), getf(), and getField().
| list<string> string2list | ( | const string & | s | ) |
Referenced by protein::write().
1.5.6