22 template <
class SymbolType >
27 template <
class SymbolType >
29 template <
class SymbolType >
31 template <
class SymbolType >
33 template <
class SymbolType >
35 template <
class SymbolType >
37 template <
class SymbolType >
42template <
class SymbolType >
45 alternation.
getLeftElement ( ).template accept < void, RTEToXmlComposer::Formal > ( output );
46 alternation.
getRightElement ( ).template accept < void, RTEToXmlComposer::Formal > ( output );
50template <
class SymbolType >
55 substitution.
getLeftElement ( ).template accept < void, RTEToXmlComposer::Formal > ( output );
56 substitution.
getRightElement ( ).template accept < void, RTEToXmlComposer::Formal > ( output );
61template <
class SymbolType >
66 iteration.
getElement ( ).template accept < void, RTEToXmlComposer::Formal > ( output );
71template <
class SymbolType >
77 element.template accept < void, RTEToXmlComposer::Formal > ( output );
82template <
class SymbolType >
90template <
class SymbolType >
96template <
class SymbolType >
100 for (
const auto & symbol : alphabetF )
107 for (
const auto & symbol : alphabetK )
Definition: ranked_symbol.hpp:20
Definition: RTEToXmlComposer.h:20
static void composeAlphabet(ext::deque< sax::Token > &output, const ext::set< common::ranked_symbol< SymbolType > > &alphabetF, const ext::set< common::ranked_symbol< SymbolType > > &alphabetK)
Definition: RTEToXmlComposer.h:97
Definition: ToFTAGlushkov.h:22
Definition: xmlApi.hpp:27