8#include <alib/multimap>
14template <
typename T,
typename R >
18 static std::string xmlTagName ( );
22template <
typename T,
typename R >
35template <
typename T,
typename R >
40template <
typename T,
typename R >
45template <
typename T,
typename R >
49 for (
const std::pair < const T, R > & item : input )
Class extending the deque class from the standard library. Original reason is to allow printing of th...
Definition: deque.hpp:44
Class extending the multimap class from the standard library. Original reason is to allow printing of...
Definition: multimap.hpp:48
iterator insert(const T &key, const R &value)
Insert variant with explicit key and value parameters.
Definition: multimap.hpp:118
Class extending the pair class from the standard library. Original reason is to allow printing of the...
Definition: pair.hpp:43
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: normalize.hpp:10
Definition: sigHandler.cpp:20
Definition: xmlApi.hpp:27