#include <accumulate.h>
Public Member Functions | |
CallStdAccumulate () | |
void | setup (iteratorT first, iteratorT last) |
T | getResult () |
void * | run () |
amino::CallStdAccumulate< iteratorT, T >::CallStdAccumulate | ( | ) | [inline] |
void amino::CallStdAccumulate< iteratorT, T >::setup | ( | iteratorT | first, | |
iteratorT | last | |||
) | [inline] |
T amino::CallStdAccumulate< iteratorT, T >::getResult | ( | ) | [inline] |
void* amino::CallStdAccumulate< iteratorT, T >::run | ( | ) | [inline, virtual] |
Implements amino::Runnable.