<labelType> tag and to create labels in the XML document. More...
Go to the source code of this file.
Namespaces | |
namespace | vcsn |
namespace | vcsn::xml |
Classes | |
struct | xml_chooser_base |
Chooser base class. More... | |
struct | xml_chooser |
Default Chooser class. More... | |
struct | xml_chooser< Automata< S >, T > |
Chooser specialization for automata. More... | |
struct | xml_chooser< Transducer< S >, T > |
Chooser specialization for transducers on P(B*). More... | |
Defines | |
#define | FMPtype |
Chooser specialization for FMP transducers. |
<labelType> tag and to create labels in the XML document.
Definition in file xml_chooser.hh.
#define FMPtype |
Value:
Automata< \ vcsn::algebra::Series<S, vcsn::algebra::FreeMonoidProduct<M1, M2> > \ >, T
S
Automaton semiring type. T
Automaton implementation type. M1
Automaton first monoid type. M2
Automaton second monoid type. Definition at line 121 of file xml_chooser.hh.