template<typename parslist>
Functor FX::Generic::Functor< parslist >::copy (  )  const [inline]

Returns a copy of this functor.

Definition at line 1668 of file FXGenericTools.h.

References FX::Generic::Functor< parslist >::Functor(), and FXERRHM.

01669     {
01670         ImplBase *newimpl(static_cast<ImplBase *>(fnimpl->copy()));
01671         FXERRHM(newimpl);
01672         return Functor(newimpl);
01673     }


(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