[C++-sig] Wrap std::vector<pointer*>

diego_pmc paulc.mnt at gmail.com
Mon Aug 1 16:58:53 CEST 2011


You don't really provide that much information: you want help with writing a
wrapper? do you want C++ and Python to point to the same instance of
`GameObject`? If it's the latter, have you tried doing
`vector&lt;boost::shared_ptr&lt;GameObject&gt;>`?

--
View this message in context: http://boost.2283326.n4.nabble.com/Wrap-std-vector-pointer-tp3708421p3709907.html
Sent from the Python - c++-sig mailing list archive at Nabble.com.


More information about the Cplusplus-sig mailing list