template<class type>
bool FX::FXProcess_StaticInit< type >::create ( int &  argc,
char **  argv,
FXStream txtout 
) [inline, virtual]

Implements FX::FXProcess_StaticInitBase.

Definition at line 495 of file FXProcess.h.

References FXERRHM.

00496     {
00497         if(!object)
00498         {
00499             FXERRHM(object=new type);
00500         }
00501         return false;
00502     }


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