#include <iostream>
#include <fstream>
#include <string>
#include <vector>
#include <sstream>
#include <list>
#include <cstdlib>
#include <cctype>
#include <stdio.h>
#include <stdlib.h>
#include "xmlParser.h"
Include dependency graph for XNA.h:
Classes | |
class | XNAseq |
class | XNA |
class | hsp |
Defines | |
#define | _T(c) c |
Functions | |
bool | not_nucleotide (char ch) |
char | compliment_DNA (char ch) |
char | compliment_RNA (char ch) |
char | replace_nucleotide (char ch) |
bool | space (char c) |
bool | not_space (char c) |
vector< string > | split (const string &str) |
bool | StringToInt (const string &s, int &i) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|