|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
XML serialization for graphs. More...
#include <tpl_dynArray.H>#include <tpl_graph.H>#include <tpl_dynMapTree.H>#include <libxml++/libxml++.h>#include <libxml++/parsers/textreader.h>#include <libxml++/nodes/node.h>#include <libxml++/document.h>Go to the source code of this file.
Classes | |
| struct | Aleph::Attr |
| struct | Aleph::Dft_Node_Reader< GT > |
| struct | Aleph::Dft_Node_Writer< GT > |
| struct | Aleph::Dft_Arc_Reader< GT > |
| struct | Aleph::Dft_Arc_Writer< GT > |
| class | Aleph::Xml_Graph< GT, Node_Reader, Arc_Reader, Node_Writer, Arc_Writer > |
| Clase que escribe y lee un grafo (de forma muy elemental) en XML. More... | |
Namespaces | |
| namespace | Aleph |
| Main namespace for Aleph-w library functions. | |
XML serialization for graphs.
Load and save graphs in XML format for interchange.
Definition in file xml_graph.H.