#include <iostream.h>#include <fstream.h>#include <string>#include <list>#include <map>Go to the source code of this file.
Classes | |
| class | accession |
| class | ref |
| class | genetics |
| class | func |
| class | feature |
| class | protein |
Defines | |
| #define | LINE 83 |
| #define | DATAIDX 17 |
Functions | |
| void | getField (ifstream &ins, string &tit, char ll[]) |
| void | getAccField (ifstream &ins, string &ff, char ll[]) |
| void | getf (ifstream &ins, string &s, char l[], int fs) |
| #define DATAIDX 17 |
Referenced by getField(), protein::read(), func::read(), genetics::read(), ref::read(), and accession::read().
| #define LINE 83 |
| 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 & | tit, | |||
| char | ll[] | |||
| ) |
References DATAIDX, LINE, and replQuote().
Referenced by head::getHead(), protein::read(), func::read(), genetics::read(), and ref::read().
1.5.6