28#include "../common/TreeFromXMLParser.h"
29#include "../common/TreeToXMLComposer.h"
33template <
class SymbolType >
43 return "PrefixBarTree";
75template <
class SymbolType >
78 SymbolType bar = tree::TreeFromXMLParser::parseBar < SymbolType > ( input );
86template <
class SymbolType >
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
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
Tree structure represented as linear sequece as result of preorder traversal with additional bar symb...
Definition: PrefixBarTree.h:77
static void composeAlphabet(ext::deque< sax::Token > &out, const ext::set< SymbolType > &symbols)
Definition: TreeToXMLComposer.h:86
static void composeBar(ext::deque< sax::Token > &out, const SymbolType &symbol)
Definition: TreeToXMLComposer.h:48
static void composeContent(ext::deque< sax::Token > &out, const ext::vector< SymbolType > &content)
Definition: TreeToXMLComposer.h:96
typename T::SymbolType SymbolType
Definition: ReachableStates.h:176
Definition: normalize.hpp:10
Definition: BackwardOccurrenceTest.h:17
static std::string xmlTagName()
The XML tag name of class.
Definition: PrefixBarTree.h:42
static bool first(const ext::deque< sax::Token >::const_iterator &input)
Tests whether the token stream starts with this type.
Definition: PrefixBarTree.h:53
Definition: xmlApi.hpp:27