From: derek Date: Mon, 3 Oct 2011 20:33:44 +0000 (-0400) Subject: MultiReader (&MultiMerger) now using Algorithms::Sort objects X-Git-Url: https://git.donarmstrong.com/?p=bamtools.git;a=commitdiff_plain;h=daf64972794dbbdae4bea6a0495578708c86363b MultiReader (&MultiMerger) now using Algorithms::Sort objects --- diff --git a/src/api/BamAlgorithms.h b/src/api/BamAlgorithms.h index c62e68e..8a8e16b 100644 --- a/src/api/BamAlgorithms.h +++ b/src/api/BamAlgorithms.h @@ -12,133 +12,7 @@ #ifndef BAMALGORITHMS_H #define BAMALGORITHMS_H -#include -#include -#include -#include -#include -#include -#include -#include +#include -namespace BamTools { -namespace Algorithms { - -// ------------------------------------------------------- -// Built-in function objects for comparing BamAlignments - -typedef std::binary_function BamAlignmentComparer; - -// Algorithms::SortByName -// compare alignments by name (default comparison is std::less ) -template