ARB
|
#include <BufferedFileReader.h>
#include "defs.h"
#include "fun.h"
#include "seq.h"
#include "input_format.h"
Go to the source code of this file.
Classes | |
class | Reader |
struct | FormatReader |
struct | SimpleFormatReader |
class | Writer |
class | FileWriter |
Macros | |
#define | ENFORCE_CHECKED_WRITTEN |
Typedefs | |
typedef SmartPtr< FormatReader > | FormatReaderPtr |
Functions | |
MARK_NONFINAL_DTOR (Reader) | |
const char * | shorttimekeep (char *heapcopy) |
const char * | shorttimecopy (const char *nocopy) |
MARK_NONFINAL_CLASS (FileWriter) | |
typedef SmartPtr<FormatReader> FormatReaderPtr |
MARK_NONFINAL_DTOR | ( | Reader | ) |
Definition at line 66 of file reader.h.
References RETURN_LOCAL_ALLOC.
Referenced by shorttimecopy().
Definition at line 67 of file reader.h.
References shorttimekeep().
Referenced by EmblSwissprotReader::get_key_word(), and GenbankReader::get_key_word().
MARK_NONFINAL_CLASS | ( | FileWriter | ) |