Files | |
| file | callback.hh |
| Tools for XML generic loading. | |
| file | dynamic.hh |
| Main header for XML dynamic loading. | |
| file | errors.hh |
| Error treatment for XML tools. | |
| file | generic.hh |
| Main header for XML generic loading. | |
| file | infos.hh |
| Attached XML data for Graphs. | |
| file | session.hh |
| XML sessions tools. | |
| file | xml/static.hh |
| Main header for XML static loading. | |
| file | types.hh |
| Utilities for XML Vaucanson types. | |
| file | xml_automaton.hh |
| XML automaton implementation. | |
| file | xml_loader.hh |
Static load tools for automaton_loader . | |
| file | xml_set.hh |
| XML automaton set tools. | |
Classes | |
| class | LoaderException |
| Exception thrown by XML read operation. More... | |
| struct | Optionnal |
| Optionnal fields. More... | |
| struct | ListGeometry |
| Contains a geometry and a map of geometry. More... | |
| struct | StateList |
| Contains a geometry, a map of geometry and a list of name. More... | |
| struct | XmlInfosTag |
| XML Infos for graph's tag. More... | |
| class | XmlSession |
| Session handler. More... | |
| class | XmlAutomaton |
| Xml automaton implementation. More... | |
| class | xml_loader |
| XML Loader. More... | |
| class | XmlStructure |
| XML automaton set. Just for loading. More... | |
Functions | |
| template<template< typename I > class Callback, typename User> int | vcsn::xml::apply (std::istream &in, User &user) |
| FIXME: Why is there no brief documentation here? | |
| std::ostream & | vcsn::xml::operator<< (std::ostream &, const XmlSession &) |
| Read operator. | |
| std::istream & | vcsn::xml::operator>> (std::istream &, XmlSession &) |
| Write operator. | |
|
||||||||||||
|
FIXME: Why is there no brief documentation here? The template parameter Callback is the callback class which should provide:
|
1.3.7