algorithm File Reference

#include <algorithm>

Include dependency graph for ext/algorithm:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  __gnu_cxx

Defines

#define EXTALGORITHM

Functions

template<typename InputIterator, typename Size, typename OutputIterator>
pair< InputIterator, OutputIterator > __gnu_cxx::copy_n (InputIterator first, Size count, OutputIterator __result, input_iterator_tag)
template<typename RAIterator, typename Size, typename OutputIterator>
pair< RAIterator, OutputIterator > __gnu_cxx::copy_n (RAIterator first, Size count, OutputIterator __result, random_access_iterator_tag)
template<typename InputIterator, typename Size, typename OutputIterator>
pair< InputIterator, OutputIterator > __gnu_cxx::copy_n (InputIterator first, Size count, OutputIterator __result)
 Copies the range [first,first+count) into [result,result+count).
template<typename InputIterator1, typename InputIterator2>
int __gnu_cxx::__lexicographical_compare_3way (InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, InputIterator2 last2)
int __gnu_cxx::__lexicographical_compare_3way (const unsigned char *first1, const unsigned char *last1, const unsigned char *first2, const unsigned char *last2)
int __gnu_cxx::__lexicographical_compare_3way (const char *first1, const char *last1, const char *first2, const char *last2)
template<typename InputIterator1, typename InputIterator2>
int __gnu_cxx::lexicographical_compare_3way (InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, InputIterator2 last2)
 memcmp on steroids.
template<typename InputIterator, typename Type, typename Size>
void __gnu_cxx::count (InputIterator first, InputIterator last, const Type &value, Size &n)
template<typename InputIterator, typename Predicate, typename Size>
void __gnu_cxx::count_if (InputIterator first, InputIterator last, Predicate pred, Size &n)
template<typename ForwardIterator, typename OutputIterator, typename Distance>
OutputIterator __gnu_cxx::random_sample_n (ForwardIterator first, ForwardIterator last, OutputIterator out, const Distance n)
template<typename ForwardIterator, typename OutputIterator, typename Distance, typename RandomNumberGenerator>
OutputIterator __gnu_cxx::random_sample_n (ForwardIterator first, ForwardIterator last, OutputIterator out, const Distance n, RandomNumberGenerator &__rand)
template<typename InputIterator, typename RandomAccessIterator, typename Distance>
RandomAccessIterator __gnu_cxx::__random_sample (InputIterator first, InputIterator last, RandomAccessIterator out, const Distance n)
template<typename InputIterator, typename RandomAccessIterator, typename RandomNumberGenerator, typename Distance>
RandomAccessIterator __gnu_cxx::__random_sample (InputIterator first, InputIterator last, RandomAccessIterator out, RandomNumberGenerator &__rand, const Distance n)
template<typename InputIterator, typename RandomAccessIterator>
RandomAccessIterator __gnu_cxx::random_sample (InputIterator first, InputIterator last, RandomAccessIterator out_first, RandomAccessIterator out_last)
template<typename InputIterator, typename RandomAccessIterator, typename RandomNumberGenerator>
RandomAccessIterator __gnu_cxx::random_sample (InputIterator first, InputIterator last, RandomAccessIterator out_first, RandomAccessIterator out_last, RandomNumberGenerator &__rand)
template<typename RandomAccessIterator>
bool __gnu_cxx::is_heap (RandomAccessIterator first, RandomAccessIterator last)
template<typename RandomAccessIterator, typename StrictWeakOrdering>
bool __gnu_cxx::is_heap (RandomAccessIterator first, RandomAccessIterator last, StrictWeakOrdering comp)
template<typename ForwardIterator>
bool __gnu_cxx::is_sorted (ForwardIterator first, ForwardIterator last)
template<typename ForwardIterator, typename StrictWeakOrdering>
bool __gnu_cxx::is_sorted (ForwardIterator first, ForwardIterator last, StrictWeakOrdering comp)


Detailed Description

This file is a GNU extension to the Standard C++ Library (possibly containing extensions from the HP/SGI STL subset). You should only include this header if you are using GCC 3 or later.

Definition in file ext/algorithm.


Generated on Thu Mar 16 10:40:00 2006 for libstdc++-v3 Source by  doxygen 1.4.6