#include "api/api_global.h"
#include <string>
Go to the source code of this file.
Classes | |
struct | BamTools::SamSequence |
Represents a SAM sequence entry. More... | |
Namespaces | |
namespace | BamTools |
Contains all BamTools classes & methods. | |
Functions | |
API_EXPORT bool | BamTools::operator== (const SamSequence &lhs, const SamSequence &rhs) |
tests equality by comparing sequence names, lengths, & checksums (if available) |