#include <graph_wrapper.h>
Inheritance diagram for GraphWrapper:
[legend]List of all members.
Detailed Description
template<typename Graph>
class lemon::GraphWrapper< Graph >
- Warning:
- Graph wrappers are in even more experimental state than the other parts of the lib. Use them at you own risk.
This is the base type for most of LEMON graph wrappers. This class implements a trivial graph wrapper i.e. it only wraps the functions and types of the graph. The purpose of this class is to make easier implementing graph wrappers. E.g. if a wrapper is considered which differs from the wrapped graph only in some of its functions or types, then it can be derived from GraphWrapper, and only the differences should be implemented.
- Author:
- Marton Makai
Definition at line 112 of file graph_wrapper.h.
The documentation for this class was generated from the following file:
Generated on Thu Sep 30 12:18:37 2004 for LEMON by
1.3.8