[C++-sig] Re : Re : Re : [boost] Re : Using an element of a class A in a constructor of a class B (reflection with boost::python)

2012-03-21 Thread christophe jean-joseph
Thank you for your answer, As I said, the solution I am currently using is working fine, I am just using a method explained in the tutorial for a function independant from any class: http://wiki.python.org/moin/boost.python/ExportingClasses  and I extend it to a function of another class. Yo

Re: [C++-sig] Re : Re : Re : [boost] Re : Using an element of a class A in a constructor of a class B (reflection with boost::python)

2012-03-21 Thread Jim Bosch
On 03/21/2012 12:09 PM, christophe jean-joseph wrote: Thank you for your answer, As I said, the solution I am currently using is working fine, I am just using a method explained in the tutorial for a function independant from any class: http://wiki.python.org/moin/boost.python/ExportingClass