From: Jin Sun (jinsun_at_[hidden])
Date: 2007-02-05 20:23:32


I am learning Boost Python. One question is bothering me.
I have some code like the following.

class A {
Public:
        static B* getB() { return _B;}
private:
        A();
        staitc B* _B;
}

How to wrap function getB()?

thanks!!!

Jin Sun
---------------------------------------------------------
Rekhi Hall 301
1400 Townsend Dr. Houghton MI, 49931
USA
Phone: 906-370-2261
---------------------------------------------------------