ARB
Macros | Functions
printable.cxx File Reference
#include "input_format.h"
#include "reader.h"
#include "ali.h"
Include dependency graph for printable.cxx:

Go to the source code of this file.

Macros

#define PRTLENGTH   62
 

Functions

static void printable_print_line (const char *id, const char *sequence, int start, int base_count, Writer &write)
 
void to_printable (const FormattedFile &in, const char *outf)
 

Macro Definition Documentation

#define PRTLENGTH   62

Definition at line 5 of file printable.cxx.

Referenced by printable_print_line(), and to_printable().

Function Documentation

static void printable_print_line ( const char id,
const char sequence,
int  start,
int  base_count,
Writer write 
)
static

Definition at line 7 of file printable.cxx.

References Writer::out(), Writer::outf(), PRTLENGTH, and str0len().

Referenced by to_printable().

void to_printable ( const FormattedFile in,
const char outf 
)