How to wrap a static function, which returns a reference to a static object.

5 Feb
2007
5 Feb
'07
6:23 p.m.
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 ---------------------------------------------------------
6708
Age (days ago)
6708
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jin Sun