39template <
class SymbolType,
size_t BitmaskBitCount >
40struct xmlApi <
indexes::stringology::BitSetIndex < SymbolType, BitmaskBitCount > > {
43 static std::string xmlTagName ( );
47template <
class SymbolType,
size_t BitmaskBitCount >
58template <
class SymbolType,
size_t BitmaskBitCount >
63template <
class SymbolType,
size_t BitmaskBitCount >
68template <
class SymbolType,
size_t BitmaskBitCount >
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
Bit set string index. Stores a bit set for each symbol of the alphabet. The bit set of symbol a conta...
Definition: BitSetIndex.h:54
const ext::map< SymbolType, ext::bitset< BitmaskBitCount > > & getData() const &
Definition: BitSetIndex.h:185
const string::LinearString< SymbolType > & getString() const &
Definition: BitSetIndex.h:195
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
Linear string.
Definition: LinearString.h:57
return res
Definition: MinimizeByPartitioning.h:145
Definition: normalize.hpp:10
Definition: CompressedBitParallelTreeIndex.h:40
Definition: xmlApi.hpp:27