40template <
class SymbolType,
template <
typename >
class StringIndex >
41struct xmlApi <
indexes::arbology::FullAndLinearIndex < SymbolType, StringIndex > > {
44 static std::string xmlTagName ( );
48template <
class SymbolType,
template <
typename >
class StringIndex >
60template <
class SymbolType,
template <
typename >
class StringIndex >
65template <
class SymbolType,
template <
typename >
class StringIndex >
67 return "FullAndLinearIndex";
70template <
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: FullAndLinearIndex.h:49
const StringIndex< common::ranked_symbol< SymbolType > > & getStringIndex() const &
Definition: FullAndLinearIndex.h:179
const ext::vector< int > & getJumps() const &
Definition: FullAndLinearIndex.h:189
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