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 | XmlSet |
XML automaton set. Just for loading. More... | |
Typedefs | |
typedef Element< XmlSet, XmlAutomaton > | xml_automaton_t |
Dynamic XML automaton 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? |