#include "sim4.h"#include <stdlib.h>#include <iostream.h>#include <ctype.h>#include <string.h>Functions | |
| ostream & | operator<< (ostream &os, const exon &ex) |
| ostream & | operator<< (ostream &os, const edit_script_list &esl) |
| ostream & | operator<< (ostream &os, const sim4_stats &ss) |
Variables | |
| comparisonType | file_type |
| ostream& operator<< | ( | ostream & | os, | |
| const sim4_stats & | ss | |||
| ) |
| ostream& operator<< | ( | ostream & | os, | |
| const edit_script_list & | esl | |||
| ) |
References edit_script_list::next_script, and edit_script_list::offset1.
| ostream& operator<< | ( | ostream & | os, | |
| const exon & | ex | |||
| ) |
References EST_GEN, file_type, exon::from1, exon::from2, exon::match, exon::next_exon, exon::ori, exon::to1, and exon::to2.
Referenced by dispatch_find_ends(), exon_cores(), main(), operator<<(), and print_exons().
1.5.6