graph/keywords.hpp

Go to the documentation of this file.
00001 
00030 #ifndef MSMAZES_CORE_GRAPH_KEYWORDS_HPP
00031 #define MSMAZES_CORE_GRAPH_KEYWORDS_HPP
00032 
00033 #include <boost/parameter.hpp>  // Boost.Parameter components
00034 
00035 namespace msmazes {
00036 
00041     BOOST_PARAMETER_KEYWORD(keyword_tag, path_begin_arg);
00042 
00047     BOOST_PARAMETER_KEYWORD(keyword_tag, path_end_arg);
00048 
00053     BOOST_PARAMETER_KEYWORD(keyword_tag, input_graph_arg);
00054 
00059     BOOST_PARAMETER_KEYWORD(keyword_tag, util_index_map_arg);
00060 
00065     BOOST_PARAMETER_KEYWORD(keyword_tag, util_color_map_arg);
00066 
00071     BOOST_PARAMETER_KEYWORD(keyword_tag, util_predecessor_map_arg);
00072 
00077     BOOST_PARAMETER_KEYWORD(keyword_tag, util_rank_map_arg);
00078 
00083     BOOST_PARAMETER_KEYWORD(keyword_tag, util_buffer_arg);
00084 
00089     BOOST_PARAMETER_KEYWORD(keyword_tag, source_vertex_arg);
00090 
00095     BOOST_PARAMETER_KEYWORD(keyword_tag, shuffler_arg);
00096 
00101     BOOST_PARAMETER_KEYWORD(keyword_tag, output_predecessor_map_arg);
00102 
00107     BOOST_PARAMETER_KEYWORD(keyword_tag, intruder_arg);
00108 
00113     BOOST_PARAMETER_KEYWORD(keyword_tag, visitor_arg);
00114 }  // namespace msmazes
00115 
00116 #endif  /* MSMAZES_CORE_GRAPH_KEYWORDS_HPP */

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