#include <assert.h>
#include <iostream>
#include "ParseException.h"
Namespaces | |
namespace | seq |
Classes | |
class | seq::AminoAcid |
An amino acid. More... | |
Functions | |
std::ostream & | seq::operator<< (std::ostream &o, const AminoAcid aa) |
Write the one-letter representation of the amino acid to the stream. |