39template <
class SymbolType >
43 static std::string xmlTagName ( );
47template <
class SymbolType >
58template <
class SymbolType >
63template <
class SymbolType >
68template <
class SymbolType >
Class extending the deque class from the standard library. Original reason is to allow printing of th...
Definition: deque.hpp:44
Class introducing a trie with interface trying to be close to the interface of standard library conta...
Definition: trie.hpp:47
Suffix trie string index. Tree like representation of all suffixes. Nodes of the trie are optionally ...
Definition: SuffixTrie.h:55
const ext::set< SymbolType > & getAlphabet() const &
Definition: SuffixTrie.h:110
const ext::trie< SymbolType, std::optional< unsigned > > & getRoot() const &
Definition: SuffixTrie.h:205
static void popToken(ext::deque< Token >::iterator &input, Token::TokenType type, const std::string &data)
Definition: FromXMLParserHelper.cpp:39
static bool isToken(ext::deque< Token >::const_iterator input, Token::TokenType type, const std::string &data)
Definition: FromXMLParserHelper.cpp:29
return res
Definition: MinimizeByPartitioning.h:145
Definition: normalize.hpp:10
Definition: CompressedBitParallelTreeIndex.h:40
Definition: xmlApi.hpp:27