template<template< typename, int > class vector, int length>
bool FX::FXCodeToPythonCode< vector, length >::deallocate ( boost::python::api::object *  code  )  [inline]

Deallocates an entry point.

Definition at line 131 of file FXCodeToPythonCode.h.

00132     {
00133         for(int n=0; n<length; n++)
00134         {
00135             CodeItem &ci=list[n];
00136             if(code==ci.code)
00137             {
00138                 ci.code=0;
00139                 return true;
00140             }
00141         }
00142         return false;
00143     }


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