DiaDes  0.1
DIAgnosis of Discrete-Event System
Classes | Namespaces | Typedefs
GraphData.hh File Reference
#include <sstream>
#include <list>
#include <boost/serialization/split_free.hpp>
#include <boost/archive/text_oarchive.hpp>
#include <boost/archive/text_iarchive.hpp>
#include <boost/serialization/list.hpp>
#include <boost/serialization/vector.hpp>
#include "GraphGen.hh"
#include "EdgeData.hh"
#include "NodeData.hh"
#include "Edge.hh"
#include "Node.hh"

Go to the source code of this file.

Classes

struct  std::hash< Diades::Graph::Node >
 
struct  std::hash< Diades::Graph::Edge >
 
struct  Diades::Graph::GraphIterator< Any >
 
class  Diades::Graph::GraphData
 

Namespaces

 Diades
 Namespace of the Diades project.
 
 Diades::Graph
 Namespace of the Graph library (libGraph)
 

Typedefs

typedef GraphIterator< Node > Diades::Graph::NodeIterator
 
typedef GraphIterator< Edge > Diades::Graph::EdgeIterator