foreach.hpp

Go to the documentation of this file.
00001 #ifndef FOREACH_HPP
00002 #define FOREACH_HPP
00003 
00004 #include <boost/foreach.hpp>
00005 
00006 #ifdef __CDT_PARSER__
00007      #define foreach(a, b) for(a : b)
00008 #else
00009      #define foreach BOOST_FOREACH
00010 #endif
00011 
00012 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated by doxygen 1.7.1 on Thu May 24 2012 01:02:36 for The Battle for Wesnoth
Gna! | Forum | Wiki | CIA | devdocs