DiaDes  0.1
DIAgnosis of Discrete-Event System
Classes | Namespaces | Functions
GraphIntOld.hh File Reference
#include <vector>
#include <unordered_set>
#include <unordered_map>
#include <boost/archive/text_oarchive.hpp>
#include <boost/archive/text_iarchive.hpp>
#include <boost/serialization/vector.hpp>
#include <boost/serialization/list.hpp>
#include <diades/utils/Assertion.hh>
#include <diades/graph/GraphGen.hh>
#include <diades/graph/EdgeData.hh>
#include <diades/graph/NodeData.hh>
#include <diades/graph/Edge.hh>
#include <diades/graph/Node.hh>
#include <diades/graph/Graph.hh.hh>

Go to the source code of this file.

Classes

class  Diades::Graph::Graph
 

Namespaces

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

Functions

template<typename InputIterator >
void Diades::Graph::deleteEdge (Graph &g, InputIterator first, InputIterator last)
 
template<typename InputIterator >
void Diades::Graph::deleteEdge (GraphData &g, InputIterator first, InputIterator last)
 
template<typename InputIterator >
void Diades::Graph::deleteNode (Graph &g, InputIterator first, InputIterator last)
 
template<typename InputIterator >
void Diades::Graph::deleteNode (GraphData &g, InputIterator first, InputIterator last)
 
template<typename InputIterator , typename Predicate >
void Diades::Graph::deleteNode (Graph &g, InputIterator first, InputIterator last, Predicate pred)
 
template<class Archive >
void boost::serialization::save (Archive &ar, const ::Diades::Graph::GraphData &g, const unsigned int version)
 
template<class Archive >
void boost::serialization::load (Archive &ar, ::Diades::Graph::GraphData &g, const unsigned int version)