dllHandle& FX::FXProcess::dllHandle::operator= ( dllHandle o  )  [inline]

Definition at line 222 of file FXProcess.h.

00224        :
00225         dllHandle &operator=(dllHandle &o);
00226 public:
00227         dllHandle &&operator=(dllHandle &&o)
00228 #endif
00229         {
00230             if(h)
00231             {
00232                 dllUnload(*this);
00233                 h=0;
00234             }
00235             h=o.h;
00236             o.h=0;
00237             return *this;
00238         }


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