ARB
|
Go to the source code of this file.
Functions | |
static bool | is_escaped (const string &str, size_t pos) |
static bool | splitGenebankTag (const string &line, string &tag, string &content) |
static long | scanSeqlenFromLOCUS (const string &locusContent) |
static bool | splitEmblTag (const string &line, string &tag, string &content) |
static long | scanSeqlenFromID (const string &idContent) |
bool | parseCounter (bool expect, BaseCounter &headerCount, StringParser &parser, Base base, const char *word) |
Variables | |
static MetaTag | genebank_meta_description [] |
static MetaTag | embl_meta_description [] |
Definition at line 21 of file Importer.cxx.
Referenced by FeatureLine::FeatureLine().
Definition at line 366 of file Importer.cxx.
Definition at line 401 of file Importer.cxx.
References StringParser::eatSpaces(), StringParser::expectContent(), StringParser::extractNumber(), and StringParser::extractWord().
Definition at line 509 of file Importer.cxx.
References line.
Definition at line 538 of file Importer.cxx.
References StringParser::eatSpaces(), and StringParser::extractWord().
|
inline |
Definition at line 652 of file Importer.cxx.
References BaseCounter::addCount(), StringParser::advance(), StringParser::eatNumber(), StringParser::eatSpaces(), StringParser::expectSpaces(), GBS_global_string(), StringParser::getPosition(), StringParser::lookingAt(), StringParser::rest(), StringParser::setPosition(), and start.
|
static |
Definition at line 281 of file Importer.cxx.
|
static |
Definition at line 312 of file Importer.cxx.