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... | |
Typedefs | |
typedef XmlValue | xml_value_t |
Dynamic XML value type. | |
typedef XmlStructure | xml_automata_set_t |
Dynamic XML structure type. | |
typedef XmlAutomaton | xml_automaton_impl_t |
Dynamic XML automaton implementation type. | |
typedef Element< XmlStructure, XmlAutomaton > | xml_automaton_t |
Dynamic XML automaton type. | |
typedef XmlSession | xml_session_t |
Dynamic XML session type. | |
Functions | |
template<template< typename I > class Callback, typename User> int | apply (std::istream &in, User &user) |
FIXME: Why is there no brief documentation here? | |
std::ostream & | operator<< (std::ostream &, const XmlSession &) |
Read operator. | |
std::istream & | operator>> (std::istream &, XmlSession &) |
Write operator. |