template<typename parslist>
Constructs a functor from a raw address calling a C-style function. This uses Definition at line 1633 of file FXGenericTools.h. References FXERRHM. 01633 : fnimpl(0) 01634 { if(fnptr) FXERRHM((fnimpl=new FunctorHelper::ImplFn<Functor, ParsListAsFnType>((ParsListAsFnType) fnptr))); }
|