Boost logo

Boost Users :

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
---------------------------------------------------------


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net