26 template <
class SymbolType >
28 template <
class SymbolType >
33template <
class SymbolType >
38 for (
unsigned index :
indexes )
39 res.insert ( subjectSubtreeJumpTable[index] );
44template <
class SymbolType >
49 for (
unsigned index :
indexes )
50 res.insert ( subjectSubtreeJumpTable[index] );
Class extending the vector class from the standard library. Original reason is to allow printing of t...
Definition: vector.hpp:45
Tree structure represented as linear sequece as result of preorder traversal with additional bar symb...
Definition: PrefixRankedBarTree.h:78
Tree structure represented as linear sequece as result of preorder traversal. The representation is s...
Definition: PrefixRankedTree.h:71
static ext::vector< int > compute(const tree::PrefixRankedBarTree< SymbolType > &subject)
Definition: SubtreeJumpTable.h:49
Definition: BoyerMooreHorspool.h:22
return res
Definition: MinimizeByPartitioning.h:145
ContainerType< ResType > transform(const ContainerType< InType, Ts ... > &in, Callback transform)
In container tranformation of all elements according to the tranform.
Definition: algorithm.hpp:150
Definition: CompressedBitParallelTreeIndex.h:40