15template <
typename ... Ts >
23 template <
size_t ... I >
27template <
typename ... Ts >
38template <
typename ... Ts >
43template <
typename ... Ts >
44std::string xmlApi <
ext::tuple < Ts ... > >::xmlTagName ( ) {
48template <
typename ... Ts >
52 tupleComposeHelper ( output, input, std::make_index_sequence < ext::tuple_size <
ext::tuple < Ts ... > >::value > { } );
57template <
typename ... Ts >
58template <
size_t ... I >
Class extending the deque class from the standard library. Original reason is to allow printing of th...
Definition: deque.hpp:44
Class extending the tuple class from the standard library. Original reason is to allow printing of th...
Definition: tuple.hpp:42
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
return res
Definition: MinimizeByPartitioning.h:145
Definition: ContainerFromStringLexer.cpp:8
Definition: normalize.hpp:10
Definition: sigHandler.cpp:20
static std::string xmlTagName()
static bool first(const ext::deque< sax::Token >::const_iterator &input)
static void compose(ext::deque< sax::Token > &output, const ext::tuple< Ts ... > &data)
static ext::tuple< Ts ... > parse(ext::deque< sax::Token >::iterator &input)
Definition: xmlApi.hpp:27