kaori
A C++ library for barcode extraction and matching
Loading...
Searching...
No Matches
Classes | Namespaces
MismatchTrie.hpp File Reference

Defines the MismatchTrie class and its subclasses. More...

Go to the source code of this file.

Classes

class  kaori::MismatchTrie
 Base class for the mismatch search. More...
 
struct  kaori::MismatchTrie::AddStatus
 Status of the barcode sequence addition. More...
 
class  kaori::AnyMismatches
 Search for barcodes with mismatches anywhere. More...
 
class  kaori::SegmentedMismatches< num_segments >
 Search for barcodes with segmented mismatches. More...
 
struct  kaori::SegmentedMismatches< num_segments >::Result
 Result of the segmented search. More...
 

Namespaces

namespace  kaori
 Namespace for the kaori barcode-matching library.
 

Detailed Description

Defines the MismatchTrie class and its subclasses.