c++-sig@python.org
[Top] [All Lists]

[C++-sig] exposing a private member function?

Subject: [C++-sig] exposing a private member function?
From: Naceur Meskini
Date: Wed, 17 May 2006 17:06:53 +0200
Hi everybody,

the situation is :
I have two classes, A and B defined like that:
class A
{
    public:
    insert();
    ......
}
class B: public A
{
    pivate:
    insert();
    ......
}
and I want to expose both to python, is it possible to tell to boost 
that the function insert of B will be private in python.
Is there someone who had encountered this probleme before.
Please tell me if you have an idea.

 thanks a lot.

Naceur
INRIA.
_______________________________________________
C++-sig mailing list
C++-sig@xxxxxxxxxx
http://mail.python.org/mailman/listinfo/c++-sig

<Prev in Thread] Current Thread [Next in Thread>