Mirror reflection library - Lagoon run-time layer 0.5.13

lagoon/ranges.hpp

Go to the documentation of this file.
00001 
00010 #ifndef LAGOON_RANGES_1011291729_HPP
00011 #define LAGOON_RANGES_1011291729_HPP
00012 
00013 
00014 LAGOON_NAMESPACE_BEGIN
00015 
00024 LAGOON_NAMESPACE_END
00025 
00026 #include <lagoon/range/for_each.hpp>
00027 #include <lagoon/range/fold.hpp>
00028 #include <lagoon/range/transform.hpp>
00029 #include <lagoon/range/contains.hpp>
00030 #include <lagoon/range/find_if.hpp>
00031 #include <lagoon/range/only_if.hpp>
00032 #include <lagoon/range/limit.hpp>
00033 #include <lagoon/range/offset.hpp>
00034 #include <lagoon/range/sort.hpp>
00035 #include <lagoon/range/until.hpp>
00036 #include <lagoon/range/chain.hpp>
00037 #include <lagoon/range/link.hpp>
00038 #include <lagoon/range/extract.hpp>
00039 #include <lagoon/range/flatten.hpp>
00040 //
00041 #include <lagoon/range/std_range.hpp>
00042 #endif //include guard
00043 

Copyright © 2006-2011 Matus Chochlik, University of Zilina, Zilina, Slovakia.
<matus.chochlik -at- fri.uniza.sk>
<chochlik -at -gmail.com>
Documentation generated on Fri Dec 16 2011 by Doxygen (version 1.7.3).
Important note: Although the 'boostified' version of Mirror uses the Boost C++ libraries Coding Guidelines and is implemented inside of the boost namespace, it IS NOT an officially reviewed and accepted Boost library. Mirror is being developed with the intention to be submitted for review for inclusion to the Boost C++ libraries.