[pygccxml-development] Using pyplusplus with indexing suite
Brought to you by:
mbaas,
roman_yakovenko
From: Allen B. <al...@vr...> - 2006-05-17 04:12:51
|
I have a function class method that I am trying to wrap with pyplusplus. The method is similar to: std::vector< boost::shared_ptr< ClassA > > MyClass::getData(); I would like to use the indexing suite or something similar to make it possible to iterate over and use this list from python. Is there any support for this directly in pyplusplus or can anyone tell me what I need to do custom to allow this? -Allen |