#include <dispatch.hh>
Public Member Functions | |
| void | operator() (ImageStateBase *isb) |
| template<typename T , class D > | |
| void | call (ImageStateImpl< T, D > *isi) |
The template parameter must be a class with the following specifications:
template <typename T, class D> struct FNC { void operator()(ImageStateImpl<T,D>* isi); };
This allows partial specialization to be used
Definition at line 67 of file dispatch.hh.
| void call | ( | ImageStateImpl< T, D > * | isi | ) | [inline] |
Definition at line 86 of file dispatch.hh.
| void operator() | ( | ImageStateBase * | isb | ) | [inline] |
Definition at line 72 of file dispatch.hh.
1.5.8