aimstil
5.0.5
|
#include <til/DynImage.h>
Public Types | |
typedef Loop< TMPLContainer > | Self |
typedef boost::mpl::begin< TMPLContainer > | begin |
typedef boost::mpl::end< TMPLContainer > | end |
Static Public Member Functions | |
template<template< typename > class TFunctor> | |
static void | execute () |
Execute a templated functor. More... | |
template<class TFunctor > | |
static void | execute (const TFunctor &functor=TFunctor()) |
Execute a functor. More... | |
Definition at line 260 of file DynImage.h.
typedef boost::mpl::begin<TMPLContainer> til::Loop< TMPLContainer >::begin |
Definition at line 264 of file DynImage.h.
typedef boost::mpl::end<TMPLContainer> til::Loop< TMPLContainer >::end |
Definition at line 265 of file DynImage.h.
Definition at line 263 of file DynImage.h.
|
inlinestatic |
Execute a templated functor.
The type is passed here as the template parameter of the functor class. This is a memoryless process, as a new functor will be created everytime. Therefore, this function takes no functor parameter
Definition at line 274 of file DynImage.h.
Referenced by til::dyn().
|
inlinestatic |
Execute a functor.
The type is passed here as the template parameter of the operator() of the functor class. This method has memory of history, thus a functor can be passed as an argument
Definition at line 283 of file DynImage.h.