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