fsm/input/traits_maker.hpp

Go to the documentation of this file.
00001 
00027 #ifndef MSMAZES_CORE_FSM_INPUT_TRAITS_MAKER_HPP
00028 #define MSMAZES_CORE_FSM_INPUT_TRAITS_MAKER_HPP
00029 
00192 namespace msmazes {
00193 
00195 
00241 template <typename FSMInputMaker>
00242 struct FSMInputMakerTraits
00243 {
00251     typedef typename FSMInputMaker::RequiresSingleLayer
00252             RequiresSingleLayer;
00253 
00261     typedef typename FSMInputMaker::RequiresLastVisitedMap
00262             RequiresLastVisitedMap;
00263 };
00264 }  // namespace msmazes
00265 
00266 #endif  /* MSMAZES_CORE_FSM_INPUT_TRAITS_MAKER_HPP */

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