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... | |
Defines | |
#define | ATTACH_XML_INFOS(X...) ::vcsn::xml::AttachXmlInfos< X >::ret |
Attach XML infos on Vaucanson graph. | |
Typedefs | |
typedef XmlValue | vcsn::xml::xml_value_t |
Dynamic XML value type. | |
typedef XmlStructure | vcsn::xml::xml_automata_set_t |
Dynamic XML structure type. | |
typedef XmlAutomaton | vcsn::xml::xml_automaton_impl_t |
Dynamic XML automaton implementation type. | |
typedef Element< XmlStructure, XmlAutomaton > | vcsn::xml::xml_automaton_t |
Dynamic XML automaton type. | |
typedef XmlSession | vcsn::xml::xml_session_t |
Dynamic XML session type. | |
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:
operator()(Auto, User&)
|