Hi,
I'm looking for a function in boost python ( C++ side ) to do the equivalent
of del dict[key] but i can't find it .
Thank you very much
--
View this message in context:
http://www.nabble.com/del-dict-key--equivalent---tp22462620p22462620.html
Sent from the Python - c++-sig mailing list arc
Thank you very much it was exatly that :)
David Abrahams a écrit :
on Thu Jan 29 2009, William Marié wrote:
Hi David,
Here is the reproducible test ( just change the boost.strap and the python
paths in
the jamroot ) !!
Thanks for your time
void testVirtualPure( BaseCmp
Hi David,
Here is the reproducible test ( just change the boost.strap and the
python paths in the jamroot ) !!
Thanks for your time
David Abrahams a écrit :
on Wed Jan 28 2009, William Marié wrote:
I need to call my testVirtualPure function from C++ side :
BaseCmp* bc = BaseCmp
Hi,
I have a little problem, i can't find a way to call a pure virtual function
from C++ on a Python object taking a specific class object as argument :
// Base Class for a component
class BaseCmp
{
public:
~BaseCmp() {};
};
// Base class
class Base
{
public:
Base() {};