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

Undirected/oriented graph implementation. More...

#include <fstream>
#include <sstream>
#include <algorithm>
#include <misc/contract.hh>
#include <misc/algorithm.hh>
#include <misc/deref.hh>
Include dependency graph for graph.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Functions

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 implementation.