Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
xml_graph.H File Reference

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>
Include dependency graph for xml_graph.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.
 

Detailed Description

XML serialization for graphs.

Load and save graphs in XML format for interchange.

See also
generate_graph.H DOT format export
Author
Leandro Rabindranath León

Definition in file xml_graph.H.