Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Data Structures | Typedefs | Variables
stringology::seed Namespace Reference

Data Structures

class  ApproximateSeedComputation
 
class  DeterministicApproximateSuffixAutomatonForHammingDistanceFactory
 
class  ExactSeedComputation
 
class  RestrictedApproximateSeedComputation
 

Typedefs

using State = ext::set< ext::pair< unsigned, unsigned > >
 

Variables

auto ApproximateSeedsLinearString = registration::AbstractRegister < ApproximateSeedComputation, ext::set<ext::pair<string::LinearString < DefaultSymbolType >, unsigned > >, const string::LinearString < > &, unsigned > ( ApproximateSeedComputation::compute )
 
auto ExactSeedsLinearString = registration::AbstractRegister < ExactSeedComputation, ext::set < ext::pair < string::LinearString < DefaultSymbolType >, unsigned > >, const string::LinearString < > & > ( ExactSeedComputation::compute )
 
auto RestrictedApproximateSeedsLinearString = registration::AbstractRegister < RestrictedApproximateSeedComputation, ext::set < ext::pair < string::LinearString < DefaultSymbolType >, unsigned > >, const string::LinearString < > &, unsigned > ( RestrictedApproximateSeedComputation::compute )
 

Typedef Documentation

◆ State

using stringology::seed::State = typedef ext::set < ext::pair < unsigned, unsigned > >

Variable Documentation

◆ ApproximateSeedsLinearString

auto stringology::seed::ApproximateSeedsLinearString = registration::AbstractRegister < ApproximateSeedComputation, ext::set<ext::pair<string::LinearString < DefaultSymbolType >, unsigned > >, const string::LinearString < > &, unsigned > ( ApproximateSeedComputation::compute )

◆ ExactSeedsLinearString

auto stringology::seed::ExactSeedsLinearString = registration::AbstractRegister < ExactSeedComputation, ext::set < ext::pair < string::LinearString < DefaultSymbolType >, unsigned > >, const string::LinearString < > & > ( ExactSeedComputation::compute )

◆ RestrictedApproximateSeedsLinearString

auto stringology::seed::RestrictedApproximateSeedsLinearString = registration::AbstractRegister < RestrictedApproximateSeedComputation, ext::set < ext::pair < string::LinearString < DefaultSymbolType >, unsigned > >, const string::LinearString < > &, unsigned > ( RestrictedApproximateSeedComputation::compute )