cout_utility.hpp File Reference


Detailed Description

Copyleft 2004-2006 Cromwell D. Enage

This file is part of Multi-State Mazes.

Multi-State Mazes is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

Multi-State Mazes is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

If you were not able to obtain the license through any of the above links, write to:

The Free Software Foundation, Inc.,
 59 Temple Place, Suite 330,
 Boston, MA  02111-1307  USA

#include <iostream>
#include <boost/utility.hpp>
#include <boost/property_map.hpp>
#include <boost/graph/graph_traits.hpp>

Go to the source code of this file.

Namespaces

namespace  msmazes

Classes

struct  msmazes::COutVertexVisitor< EventFilter >
 This is a debug class. Do not use in a production build. More...
struct  msmazes::COutEdgeVisitor< EventFilter >
 This is a debug class. Do not use in a production build. More...

Functions

template<typename PathIterator, typename VertexIDMap>
void coutPath (PathIterator begin, PathIterator end, const VertexIDMap id_map)
 This is a debug function. Do not use in a production build.
template<typename VertexListGraph, typename VertexIDMap, typename PredecessorMap>
void coutPredecessorMap (const VertexListGraph &g, const VertexIDMap id_map, const PredecessorMap p_map)
 This is a debug function. Do not use in a production build.
template<typename VertexListGraph, typename VertexIDMap, typename PropertyMap>
void coutVertexPmap (const VertexListGraph &g, const VertexIDMap id_map, const PropertyMap p_map)
 This is a debug function. Do not use in a production build.
template<typename EdgeListGraph, typename VertexIDMap, typename PropertyMap>
void coutEdgePmap (const EdgeListGraph &g, const VertexIDMap id_map, const PropertyMap p_map)
 This is a debug function. Do not use in a production build.


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