VEE_Algorithm Namespace Reference

Miscellanous C++ algorithms to be used with templates. More...

Functions


Detailed Description

Miscellanous C++ algorithms to be used with templates.

Author:
Tommi Ilmonen


Function Documentation

template<class Iterator, class Value>
void VEE_Algorithm::setAll Iterator  first,
Iterator  last,
const Value &  v
 

Sets all values in range.

template<class Iterator>
void VEE_Algorithm::deleteAll Iterator  first,
Iterator  last
 

Sets all values in range.

template<class Iterator, class Value>
void VEE_Algorithm::accumulate Iterator  first,
Iterator  last,
const Value &  v
 

Accumulates all values in the range by v.

template<class T>
void VEE_Algorithm::swap T v1,
T v2
 

Swaps two values.


Generated on Mon Mar 12 21:09:49 2007 for VEE - The Visual Effects Engine by  doxygen 1.4.6