stlab.adobe.com Adobe Systems Incorporated

algorithm.hpp

Go to the documentation of this file.
00001 /*
00002     Copyright 2005 Adobe Systems Incorporated
00003     Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
00004     or a copy at http://stlab.adobe.com/licenses.html)
00005 */
00006 
00007 /**************************************************************************************************/
00008 
00009 #ifndef ADOBE_ALGORITHM_HPP
00010 #define ADOBE_ALGORITHM_HPP
00011 
00012 #include <adobe/config.hpp>
00013 
00014 #include <adobe/algorithm/binary_search.hpp>
00015 #include <adobe/algorithm/copy.hpp>
00016 #include <adobe/algorithm/count.hpp>
00017 #include <adobe/algorithm/clamp.hpp>
00018 #include <adobe/algorithm/equal.hpp>
00019 #include <adobe/algorithm/equal_range.hpp>
00020 #include <adobe/algorithm/erase_if.hpp>
00021 #include <adobe/algorithm/exists.hpp>
00022 #include <adobe/algorithm/fill.hpp>
00023 #include <adobe/algorithm/filter.hpp>
00024 #include <adobe/algorithm/find.hpp>
00025 #include <adobe/algorithm/find_match.hpp>
00026 #include <adobe/algorithm/for_each.hpp>
00027 #include <adobe/algorithm/for_each_position.hpp>
00028 #include <adobe/algorithm/generate.hpp>
00029 #include <adobe/algorithm/heap.hpp>
00030 #include <adobe/algorithm/identity_element.hpp>
00031 #include <adobe/algorithm/iota.hpp>
00032 #include <adobe/algorithm/lexicographical_compare.hpp>
00033 #include <adobe/algorithm/lower_bound.hpp>
00034 #include <adobe/algorithm/median.hpp>
00035 #include <adobe/algorithm/merge.hpp>
00036 #include <adobe/algorithm/minmax.hpp>
00037 #include <adobe/algorithm/mismatch.hpp>
00038 #include <adobe/algorithm/other_of.hpp>
00039 #include <adobe/algorithm/partition.hpp>
00040 #include <adobe/algorithm/permutation.hpp>
00041 #if !ADOBE_IS_DEPRECATED_ERROR(100039)
00042 #include <adobe/algorithm/pin.hpp>
00043 #endif
00044 #include <adobe/algorithm/random_shuffle.hpp>
00045 #include <adobe/algorithm/reduce.hpp>
00046 #include <adobe/algorithm/remove.hpp>
00047 #include <adobe/algorithm/replace.hpp>
00048 #include <adobe/algorithm/reverse.hpp>
00049 #include <adobe/algorithm/rotate.hpp>
00050 #include <adobe/algorithm/search.hpp>
00051 #include <adobe/algorithm/select.hpp>
00052 #include <adobe/algorithm/selection_algorithms.hpp>
00053 #include <adobe/algorithm/set.hpp>
00054 #include <adobe/algorithm/sort.hpp>
00055 #include <adobe/algorithm/swap_ranges.hpp>
00056 #include <adobe/algorithm/transform.hpp>
00057 #include <adobe/algorithm/unique.hpp>
00058 #include <adobe/algorithm/upper_bound.hpp>
00059 
00060 /**************************************************************************************************/
00061 
00115 /**************************************************************************************************/
00116 
00117 #endif
00118 
00119 /**************************************************************************************************/

Copyright © 2006-2007 Adobe Systems Incorporated.

Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy.

Search powered by Google