Inferno  0.2
Graph Class Reference

#include <graph.hpp>

Inheritance diagram for Graph:
[legend]
Collaboration diagram for Graph:
[legend]

List of all members.

Public Member Functions

 Graph (string of=string())
void operator() (Transformation *root)
TreePtr< Nodeoperator() (TreePtr< Node > context, TreePtr< Node > root)

Detailed Description

Definition at line 12 of file graph.hpp.


Constructor & Destructor Documentation

Graph::Graph ( string  of = string())

Definition at line 45 of file graph.cpp.


Member Function Documentation

void Graph::operator() ( Transformation root)

Definition at line 50 of file graph.cpp.

TreePtr< Node > Graph::operator() ( TreePtr< Node context,
TreePtr< Node root 
) [virtual]

Implements Transformation.

Definition at line 78 of file graph.cpp.

References UniqueFilter::Reset().


The documentation for this class was generated from the following files: