template<typename parslist>
FX::Generic::Functor< parslist >::Functor ( void_ fnptr  )  [inline]

Constructs a functor from a raw address calling a C-style function. This uses Functor::void_ * to avoid the pointer consuming qualities of void *

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))); }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:37:58 2009 for TnFOX by doxygen v1.4.7