42template <
class SymbolType >
43struct xmlApi <
indexes::arbology::CompressedBitParallelTreeIndex < SymbolType > > {
46 static std::string xmlTagName ( );
50template <
class SymbolType >
63template <
class SymbolType >
68template <
class SymbolType >
70 return "CompressedBitParallelTreeIndex";
73template <
class SymbolType >
Definition: SparseBoolVector.hpp:27
Class extending the deque class from the standard library. Original reason is to allow printing of th...
Definition: deque.hpp:44
Class extending the map class from the standard library. Original reason is to allow printing of the ...
Definition: map.hpp:48
Class extending the vector class from the standard library. Original reason is to allow printing of t...
Definition: vector.hpp:45
Compressed bit parallel tree index. Stores a bit vector for each symbol of the alphabet....
Definition: CompressedBitParallelTreeIndex.h:55
const ext::map< common::ranked_symbol< SymbolType >, common::SparseBoolVector > & getData() const &
Definition: CompressedBitParallelTreeIndex.h:194
const ext::set< common::ranked_symbol< SymbolType > > & getAlphabet() const &
Definition: CompressedBitParallelTreeIndex.h:116
const ext::vector< int > & getJumps() const &
Definition: CompressedBitParallelTreeIndex.h:204
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
Definition: BarSymbol.cpp:12
return res
Definition: MinimizeByPartitioning.h:145
Definition: normalize.hpp:10
Definition: CompressedBitParallelTreeIndex.h:40
Definition: xmlApi.hpp:27