#include <arbdb_base.h>
#include <arb_msg.h>
#include <smartptr.h>
Go to the source code of this file.
|
void | SEQIO::appendTo (char *&content, char sep, char *&toAppend) |
|
bool | SEQIO::read_string_pair (FILE *in, char *&s1, char *&s2, size_t &lineNr) |
|
char * | SEQIO::fgets_smartLF (char *s, int size, FILE *stream) |
|
GB_ERROR | SEQIO::export_by_format (GBDATA *gb_main, ExportWhich which, const char *one_species, AP_filter *filter, int cut_stop_codon, int compress, const char *dbname, const char *formname, const char *field_transfer_set, const char *outname, int multiple, char **real_outname) |
|
GB_ERROR | SEQIO::get_exportFormat_information (const char *eft_formname, ExportFormatInfo &info) |
|
char * | SEQIO::get_exportFormat_evalForm (const char *eft_formname, GB_ERROR &error) |
|