40template <
class SymbolType,
template <
typename >
class StringIndex >
41struct xmlApi <
indexes::arbology::NonlinearFullAndLinearIndex < SymbolType, StringIndex > > {
44 static std::string xmlTagName ( );
48template <
class SymbolType,
template <
typename >
class StringIndex >
61template <
class SymbolType,
template <
typename >
class StringIndex >
66template <
class SymbolType,
template <
typename >
class StringIndex >
68 return "NonlinearFullAndLinearIndex";
71template <
class SymbolType,
template <
typename >
class StringIndex >
Class extending the deque class from the standard library. Original reason is to allow printing of th...
Definition: deque.hpp:44
Class extending the vector class from the standard library. Original reason is to allow printing of t...
Definition: vector.hpp:45
Full and linear tree index. The index serves as a adaptor of string index so that searching for tree ...
Definition: NonlinearFullAndLinearIndex.h:50
const ext::vector< unsigned > & getRepeats() const &
Definition: NonlinearFullAndLinearIndex.h:220
const StringIndex< common::ranked_symbol< SymbolType > > & getStringIndex() const &
Definition: NonlinearFullAndLinearIndex.h:200
const ext::vector< int > & getJumps() const &
Definition: NonlinearFullAndLinearIndex.h:210
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