template<typename parslist>
BoundFunctor& FX::Generic::BoundFunctor< parslist >::operator= ( const BoundFunctor< parslist > &  o  )  [inline]

Definition at line 1881 of file FXGenericTools.h.

References FX::Generic::BoundFunctor< parslist >::myfunctor, and FX::Generic::BoundFunctor< parslist >::parvals.

01882     {
01883         myfunctor=o.myfunctor.copy();
01884         parvals=o.parvals;
01885         return *this;
01886     }


(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