c++ - How to Expose Boost::shared_ptr<T> to Tcl + SWIG interface file? -


i want expose boost::shared_ptr tcl layer using swig. don't know expose this. found out swig/lib folder contains interface file shared_ptr.i. in content found out not use directly. has included after "boost_shared_ptr.i". there nothing boost_shared_ptr.i in "swig/lib/tcl" folder have similar interface include in java.

when last tried there not support boost/shared_ptr in of swig. python had best coverage. interested hear if has changed.

as far other experience swig need instantiate template using %template each type want expose.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -