LEMON 1.0.7
Public Member Functions

DefaultGraphToEpsTraits< G > Struct Template Reference


Detailed Description

template<class G>
struct lemon::DefaultGraphToEpsTraits< G >

Default traits class of GraphToEps.

G is the type of the underlying graph.

#include <lemon/graph_to_eps.h>

List of all members.

Public Member Functions

 DefaultGraphToEpsTraits (const G &_g, std::ostream &_os=std::cout, bool _pros=false)
 Constructor.

Constructor & Destructor Documentation

DefaultGraphToEpsTraits ( const G &  _g,
std::ostream &  _os = std::cout,
bool  _pros = false 
) [inline]

Constructor

Parameters:
_gReference to the graph to be printed.
_osReference to the output stream.
_osReference to the output stream. By default it is std::cout.
_prosIf it is true, then the ostream referenced by _os will be explicitly deallocated by the destructor.

The documentation for this struct was generated from the following file: