LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
graph.hh File Reference

Undirected/oriented graph definition. More...

#include <iosfwd>
#include <list>
#include <set>
#include <string>
#include <vector>
#include <boost/graph/detail/edge.hpp>
#include <boost/graph/adjacency_list.hpp>
#include <misc/set.hh>
#include <misc/graph.hxx>
Include dependency graph for graph.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  misc::graph< Orientation, VertexLabel, EdgeLabel >
struct  misc::empty
class  misc::directed_graph< VertexLabel, EdgeLabel >
class  misc::undirected_graph< VertexLabel, EdgeLabel >

Namespaces

namespace  boost
namespace  misc
 Handling of generic, oriented or undirected, graph.

Typedefs

typedef boost::property
< boost::graph_name_t,
std::string > 
misc::name_prop_type
 Graph property: name.

Functions

template<class Directed , class Vertex , class OutEdgeListS , class VertexListS , class DirectedS , class VertexProperty , class EdgeProperty , class GraphProperty , class EdgeListS >
Vertex boost::target (const detail::edge_base< Directed, Vertex > &e, const adjacency_list< OutEdgeListS, VertexListS, DirectedS, VertexProperty, EdgeProperty, GraphProperty, EdgeListS > &)
template<typename Orientation , typename VertexLabel , typename EdgeLabel >
std::ostream & misc::operator<< (std::ostream &ostr, const graph< Orientation, VertexLabel, EdgeLabel > &g)
std::ostream & misc::operator<< (std::ostream &ostr, empty)

Detailed Description

Undirected/oriented graph definition.