23 template <
class SymbolType >
27 template <
class SymbolType >
29 template <
class SymbolType >
32 template <
class SymbolType >
35 template <
class SymbolType >
37 template <
class SymbolType >
39 template <
class SymbolType >
42 template <
class SymbolType >
45 template <
class SymbolType >
48 template <
class SymbolType >
52template <
class SymbolType >
61template <
class SymbolType >
74template <
class SymbolType >
83template <
class SymbolType >
89 return subtreeWildcard;
92template <
class SymbolType >
101template <
class SymbolType >
113template <
class SymbolType >
125template <
class SymbolType >
135 children.push_back ( TreeFromXMLParser::parseTreeChild < SymbolType > ( input ) );
144template <
class SymbolType >
154template <
class SymbolType >
Class extending the deque class from the standard library. Original reason is to allow printing of th...
Definition: deque.hpp:44
Class introducing a tree with interface trying to be close to the interface of standard library conta...
Definition: tree.hpp:52
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
static bool isTokenType(ext::deque< Token >::const_iterator input, Token::TokenType type)
Definition: FromXMLParserHelper.cpp:34
Definition: TreeFromXMLParser.h:22
static ext::tree< SymbolType > parseTreeContent(ext::deque< sax::Token >::iterator &input)
Definition: TreeFromXMLParser.h:145
static ext::set< SymbolType > parseAlphabet(ext::deque< sax::Token >::iterator &input)
Definition: TreeFromXMLParser.h:102
static ext::set< SymbolType > parseBars(ext::deque< sax::Token >::iterator &input)
Definition: TreeFromXMLParser.h:62
static ext::vector< SymbolType > parseLinearContent(ext::deque< sax::Token >::iterator &input)
Definition: TreeFromXMLParser.h:114
static ext::set< SymbolType > parseNonlinearVariables(ext::deque< sax::Token >::iterator &input)
Definition: TreeFromXMLParser.h:155
static SymbolType parseGapSymbol(ext::deque< sax::Token >::iterator &input)
Definition: TreeFromXMLParser.h:93
static SymbolType parseVariablesBar(ext::deque< sax::Token >::iterator &input)
Definition: TreeFromXMLParser.h:75
static SymbolType parseWildcardSymbol(ext::deque< sax::Token >::iterator &input)
Definition: TreeFromXMLParser.h:84
static SymbolType parseBar(ext::deque< sax::Token >::iterator &input)
Definition: TreeFromXMLParser.h:53
typename T::SymbolType SymbolType
Definition: ReachableStates.h:176
Definition: BackwardOccurrenceTest.h:17
Definition: xmlApi.hpp:27