msmazes::DefaultRandomPathEdgePredicate Class Reference
[Core Graph Layer]

#include <msmazes/core/graph/path_utility.hpp>

List of all members.


Detailed Description

The type of the default visitor_arg passed to the msmazes::makeRandomPaths() function template.


Public Member Functions

template<typename Edge, typename Graph>
bool operator() (Edge e, Graph &g) const
 Accepts all edges in the specified graph as edges in a random path.


Member Function Documentation

template<typename Edge, typename Graph>
bool msmazes::DefaultRandomPathEdgePredicate::operator() Edge  e,
Graph &  g
const [inline]
 

Accepts all edges in the specified graph as edges in a random path.

Parameters:
e an edge in the specified graph.
g the specified graph.
Returns:
true.


Multi-State Mazes in C++ is hosted by SourceForge.net. Use the Table of Contents for navigation.