vdj_pipe
pipeline for processing DNA sequence data
|
#include <string>
#include "boost/assert.hpp"
#include "boost/functional/hash.hpp"
#include "vdj_pipe/detail/string_ref.hpp"
#include "vdj_pipe/object_ids.hpp"
Go to the source code of this file.
Classes | |
class | vdj_pipe::Seq_entry |
Namespaces | |
vdj_pipe | |
Main namespace of vdj_pipe library. | |
Functions | |
bool | vdj_pipe::operator== (Seq_entry const &se1, Seq_entry const &se2) |
bool | vdj_pipe::operator== (const boost::string_ref se1, Seq_entry const &se2) |
bool | vdj_pipe::operator== (Seq_entry const &se1, const boost::string_ref se2) |
std::size_t | vdj_pipe::hash_value (Seq_entry const &se) |
part of vdj_pipe project.
Distributed under GNU General Public License, Version 3; see doc/license.txt.
Copyright Mikhail K Levin 2013