#include <gbfn.h>
Public Member Functions | |
| void | parseGB (const string &str) |
| void | writeAce (ostream &ous) |
Static Public Member Functions | |
| static string | parseGBDate (const string &str) |
| static void | setup () |
Static Public Attributes | |
| static map< string, string > | monthMap = map<string, string>() |
Private Attributes | |
| char | day [3] |
| char | month [4] |
| char | year [5] |
| string gbdate::parseGBDate | ( | const string & | str | ) | [static] |
References monthMap.
Referenced by Patent::toAce(), Submission::toAce(), Reference::write(), gbdnaseq::writeAce(), and gbprtseq::writeAce().
map< string, string > gbdate::monthMap = map<string, string>() [static] |
Referenced by parseGB(), parseGBDate(), and setup().
char gbdate::day[3] [private] |
Referenced by parseGB(), and writeAce().
char gbdate::month[4] [private] |
Referenced by parseGB(), and writeAce().
char gbdate::year[5] [private] |
Referenced by parseGB(), and writeAce().
1.5.6