#include <foreach.h>
Public Member Functions | |
CallStdForEach () | |
void | setup (iteratorT begin, iteratorT end, FuncT &func) |
void * | run () |
amino::CallStdForEach< iteratorT, FuncT >::CallStdForEach | ( | ) | [inline] |
void amino::CallStdForEach< iteratorT, FuncT >::setup | ( | iteratorT | begin, | |
iteratorT | end, | |||
FuncT & | func | |||
) | [inline] |
void* amino::CallStdForEach< iteratorT, FuncT >::run | ( | ) | [inline, virtual] |
Implements amino::Runnable.