template<typename parslist>
FX::Generic::Functor< parslist >::operator Tester * (  )  const [inline]

Definition at line 1686 of file FXGenericTools.h.

01687     {
01688         if(!*this) return 0;
01689         static Tester t;
01690         return &t;
01691     }


(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