14template <
typename T >
19template <
typename T,
typename R,
typename ... Ts >
26template <
typename T,
typename R,
typename ... Ts >
33template <
typename T >
38template <
typename T,
typename R,
typename ... Ts >
46template <
typename ... Ts >
54template <
typename ... Ts >
59template <
typename ... Ts >
64template <
typename ... Ts >
65std::string xmlApi <
ext::variant < Ts ... > >::xmlTagName ( ) {
69template <
typename ... Ts >
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
Implementation of the variant class allowing to store any type of those listed in the template parame...
Definition: variant.hpp:98
Definition: ContainerFromStringLexer.cpp:8
Definition: normalize.hpp:10
void composeVariantHelper(ext::deque< sax::Token > &, const T &)
Definition: ObjectsVariant.h:34
T parseVariantHelper(ext::deque< sax::Token >::iterator &)
Definition: ObjectsVariant.h:15
T firstVariantHelper(ext::deque< sax::Token >::iterator &input)
Definition: ObjectsVariant.h:27
Definition: sigHandler.cpp:20
static ext::variant< Ts ... > parse(ext::deque< sax::Token >::iterator &input)
static bool first(const ext::deque< sax::Token >::const_iterator &input)
static void compose(ext::deque< sax::Token > &output, const ext::variant< Ts ... > &input)
static std::string xmlTagName()
Definition: xmlApi.hpp:27