OpenASIP  2.0
Classes | Namespaces | Functions
BoostGraph.hh File Reference
#include <boost/version.hpp>
#include <boost/graph/detail/edge.hpp>
#include <map>
#include <set>
#include "hash_set.hh"
#include "hash_map.hh"
#include "CompilerWarnings.hh"
#include <boost/config.hpp>
#include <boost/graph/adjacency_list.hpp>
#include <boost/graph/subgraph.hpp>
#include "Exception.hh"
#include "Graph.hh"
#include "BoostGraph.icc"
Include dependency graph for BoostGraph.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BoostGraph< GraphNode, GraphEdge >
 
class  BoostGraph< GraphNode, GraphEdge >::GraphHashFunctions
 
struct  BoostGraph< GraphNode, GraphEdge >::RemovedEdgeDatum
 
struct  BoostGraph< GraphNode, GraphEdge >::PathLengthHelper
 

Namespaces

 boost
 
 boost::detail
 

Functions

template<class D , class V >
bool boost::detail::operator< (const detail::edge_desc_impl< D, V > &a, const detail::edge_desc_impl< D, V > &b)
 

Detailed Description

Declaration of boost-based templated implementation of graph base class.

Author
Andrea Cilio 2005 (cilio-no.spam-cs.tut.fi)
Vladimir Guzma 2006 (vladimir.guzma-no.spam-tut.fi)
Heikki Kultala 2007-2010
Pekka Jääskeläinen 2009-2010
Note
rating: red

Definition in file BoostGraph.hh.