Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::min_max_cycle_visitor Struct Reference

The min_max_cycle_visitor simultaneously records the minimum and maximum cycles in a graph. More...

#include <tiernan_all_cycles.hpp>

Public Member Functions

 min_max_cycle_visitor (std::size_t &min_, std::size_t &max_)
 
template<typename Path , typename Graph >
void cycle (const Path &p, const Graph &g)
 

Public Attributes

std::size_t & minimum
 
std::size_t & maximum
 

Detailed Description

The min_max_cycle_visitor simultaneously records the minimum and maximum cycles in a graph.

Constructor & Destructor Documentation

boost::min_max_cycle_visitor::min_max_cycle_visitor ( std::size_t &  min_,
std::size_t &  max_ 
)
inline

Member Function Documentation

template<typename Path , typename Graph >
void boost::min_max_cycle_visitor::cycle ( const Path &  p,
const Graph &  g 
)
inline

Member Data Documentation

std::size_t& boost::min_max_cycle_visitor::maximum

Referenced by cycle().

std::size_t& boost::min_max_cycle_visitor::minimum

Referenced by cycle().


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