template<template< typename, int > class vector, int length>
boost::python::object& FX::FXCodeToPythonCode< vector, length >::lookupVector ( int  idx  )  [inline]

Definition at line 99 of file FXCodeToPythonCode.h.

00100     {
00101         boost::python::object *code=list[idx].code;
00102         assert(code);
00103         return *code;
00104     }


(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