Spec Pizza & Chili Index
An adapter for the Pizza & Chili index API.

Extends Index
All Extended Index
Defined in <seqan/index.h>
Signature template <typename TText, typename TSpec> class Index<TText, PizzaChili<TSpec> >;

Template Parameters

TSpec Tag specifying the Pizza & Chili index library to use. Types: PizzaChiliIndexTags
TText The text type. Types: String

Member Function Overview

Interface Function Overview

Interface Functions Inherited From Index

Interface Metafunction Overview

Interface Metafunctions Inherited From Index

Detailed Description

Deprecated.

Module is outdated and is not maintained anymore. Will presumably be removed in the next major release.

See Also

Member Functions Detail

Index::Index(); Index::Index(index); Index::Index(text);

Constructor

Parameters

index Other Index object to copy from.
text The text to be indexed.

Data Races

Thread safety unknown!