<div dir="ltr">Hi<br clear="all"><div><br></div><div>I'm trying to generate some bindings to a c++ library using libclang python bindings. The library I'm trying to wrap makes extensive use of smart pointers.<br><br>
</div><div>template<typename T><br></div><div>class RawPtr<br>{<br></div><div>    T* ptr;<br></div><div>};<br><br></div><div>void Test(RawPtr<int> ptr)<br>{<br>}<br><br></div><div>Using the libclang python bindings what would be the best way of querying the types of template parameters e.g. the int type in the Test global function above? <br>
</div><div><br></div><div>Regards<br></div><div>-- <br><div>Don</div><div><br></div><br></div></div>