BpUGraphAdaptorBase< _BpUGraph > Class Template Reference
[Adaptor Classes for Graphs]
Detailed Description
template<typename _BpUGraph>
class lemon::BpUGraphAdaptorBase< _BpUGraph >
This is the base type for most of LEMON bpugraph adaptors. This class implements a trivial graph adaptor i.e. it only wraps the functions and types of the graph. The purpose of this class is to make easier implementing graph adaptors. E.g. if an adaptor is considered which differs from the wrapped graph only in some of its functions or types, then it can be derived from
BpUGraphAdaptor, and only the differences should be implemented.
- Author:
- Balazs Dezso
#include <lemon/bpugraph_adaptor.h>
List of all members.