Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
IndexFromXMLParser.h
Go to the documentation of this file.
1
6#pragma once
7
8#include <alib/set>
9#include <alib/deque>
10
11#include <sax/Token.h>
12#include "../stringology/SuffixTrieNodeTerminatingSymbol.h"
13
14namespace indexes {
15
20public:
23};
24
25} /* namespace indexes */
26
Class extending the deque class from the standard library. Original reason is to allow printing of th...
Definition: deque.hpp:44
Definition: set.hpp:44
Definition: IndexFromXMLParser.h:19
static SuffixTrieNodeTerminatingSymbol * parseSuffixTrieNodeTerminatingSymbol(ext::deque< sax::Token >::iterator &input)
Definition: IndexFromXMLParser.cpp:24
static ext::set< DefaultSymbolType > parseAlphabet(ext::deque< sax::Token >::iterator &input)
Definition: IndexFromXMLParser.cpp:13
Definition: SuffixTrieNodeTerminatingSymbol.h:20
Definition: CompressedBitParallelTreeIndex.h:40