8#include <alib/optional>
14template <
typename T >
18 static std::string xmlTagName ( );
22template <
typename T >
27 return std::optional < T > ( );
33template <
typename T >
38template <
typename T >
43template <
typename T >
Basic exception from which all other exceptions are derived.
Definition: CommonException.h:21
Class extending the deque class from the standard library. Original reason is to allow printing of th...
Definition: deque.hpp:44
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: normalize.hpp:10
Definition: FordFulkerson.hpp:16
Definition: xmlApi.hpp:27