Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

algorithm File Reference


Detailed Description

List of functions used by HippoDraw from the algorithm component of the C++ standard library.

Note:
This list maybe incomplete.

Definition in file algorithm.

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

Go to the source code of this file.

Namespaces

namespace  std

Functions

template<typename InputIterator, typename OutputIterator>
OutputIterator std::copy (InputIterator first, InputIterator last, OuputIterator result)
 A C++ standard library function.
template<typename InputIterator, typename Type>
iterator_traits< InputIterator
>::difference_type 
std::count (InputIterator first, InputIterator last, const Type &value)
 A C++ standard library function.
template<typename ForwardIterator, typename Type>
void std::fill (ForwardIterator first, ForwardIterator last, const Type &value)
 A C++ standard library function.
template<typename InputIterator, typename Type>
InputIterator std::find (InputIterator first, InputIterator last, const Type &value)
 A C++ standard library function.
template<typename InputIterator, typename Predicate>
InputIterator std::find_if (InputIterator first, InputIterator last, Predicate predicate)
 A C++ standard library function.
template<typename InputIterator, typename Function>
Function std::for_each (InputIterator first, InputIterator last, Function function)
 A C++ standard library function.
template<typename ForwardIterator, typename Type>
ForwardIterator std::lower_bound (ForwardIterator first, ForwardIterator last, const Type &value)
 A C++ standard library function.
template<typename Type>
const Typestd::max (const Type &a, const Type &b)
 A C++ standard library function.
template<typename ForwardIterator>
ForwardIterator std::max_element (ForwardIterator first, ForwardIterator last)
 A C++ standard library function.
template<typename Type>
const Typestd::min (const Type &a, const Type &b)
 A C++ standard library function.
template<typename ForwardIterator>
ForwardIterator std::min_element (ForwardIterator first, ForwardIterator last)
 A C++ standard library function.
template<typename ForwardIterator, typename Type>
ForwardIterator std::remove (ForwardIterator first, ForwardIterator last, const Type &value)
 A C++ standard library function.
template<typename ForwardIterator, typename Pedicate, typename Type>
void std::replace_if (ForwardIterator first, ForwardIterator last, Predicate predicate, const Type &value)
 A C++ standard library function.
template<typename RandomAccessIterator, typename Compare>
void std::sort (RandomAccessIterator first, RandomAccessIterator last, Compare compare)
 A C++ standard library function.
template<typename Type>
void std::swap (Type &a, Type &b)
 A C++ standard library function.
template<typename ForwardIterator, typename Type>
ForwardIterator std::upper_bound (ForwardIterator first, ForwardIterator last, const Type &value)
 A C++ standard library function.


Generated for HippoDraw-1.14.8.5 by doxygen 1.4.3