00001 00031 #ifndef MSMAZES_CORE_FSM_KEYWORDS_HPP 00032 #define MSMAZES_CORE_FSM_KEYWORDS_HPP 00033 00034 // Boost.Parameter library components 00035 #include <boost/parameter.hpp> 00036 // Boost.Parameter keyword objects defined in the Core Pattern Layer 00037 #include <msmazes/core/pattern/keywords.hpp> 00038 00039 namespace msmazes { 00040 00045 BOOST_PARAMETER_KEYWORD(keyword_tag, maze_maker_arg); 00046 00051 BOOST_PARAMETER_KEYWORD(keyword_tag, fsm_input_maker_arg); 00052 00057 BOOST_PARAMETER_KEYWORD(keyword_tag, maze_policy_arg); 00058 00063 BOOST_PARAMETER_KEYWORD(keyword_tag, rng_engine_arg); 00064 } // namespace msmazes 00065 00066 #endif /* MSMAZES_CORE_FSM_KEYWORDS_HPP */
Multi-State Mazes in C++ is hosted by . Use the Table of Contents for navigation.