Generated on Wed Apr 29 2015 11:51:41 for GGL-4.1.2 by doxygen 1.8.3.1
Data Structures | Namespaces | Functions
Pattern.hh File Reference
#include "sgm/Graph_Interface.hh"
#include "sgm/Match.hh"
#include <climits>
#include <iostream>
#include <iomanip>
Include dependency graph for Pattern.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  sgm::Pattern_Interface::Match_Constraint
 
class  sgm::Pattern
 
class  sgm::Pattern_Interface
 Pattern description to be matched. More...
 

Namespaces

namespace  sgm
 

Functions

std::ostream & operator<< (std::ostream &out, const sgm::Pattern &g)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  out,
const sgm::Pattern g 
)

Prints a Pattern instance to stream. For each node its label and the adjancent nodes including the edge label is printed.

Parameters
outthe stream to write to
gthe graph to write
Returns
the modified out stream