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
Post a Comment