template<template< typename, int > class vector, int length>
bool FX::FXCodeToPythonCode< vector, length >::deallocate ( vectorSpec  spec  )  [inline]

Deallocates an entry point.

Definition at line 145 of file FXCodeToPythonCode.h.

00146     {
00147         for(int n=0; n<length; n++)
00148         {
00149             CodeItem &ci=list[n];
00150             if(spec==ci.ptr)
00151             {
00152                 ci.code=0;
00153                 return true;
00154             }
00155         }
00156         return false;
00157     }


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