From 362d20a8c73545c2f2dd6da9c9cf744dd8908888 Mon Sep 17 00:00:00 2001
From: Dave Abrahams
-
- Bruno da Silva de
- Oliveira has contributed the exciting Pyste ("Pie-steh")
- package.
-
- boost::shared_ptr. Now any wrapped object of
- C++ class X can be converted automatically
- to shared_ptr<X>, regardless of how it was
- wrapped. The shared_ptr will manage the lifetime
- of the Python object which supplied the X, rather
- than just the X object itself, and when such
- a shared_ptr is converted back to Python, the
- original Python object will be returned.
+ Bruno da Silva de Oliveira
+ has contributed the exciting Pyste
+ ("Pie-steh") package.boost::shared_ptr. Now
+ any wrapped object of C++ class X can be converted
+ automatically to shared_ptr<X>, regardless of how it
+ was wrapped. The shared_ptr will manage the lifetime of
+ the Python object which supplied the X, rather than just
+ the X object itself, and when such a
+ shared_ptr is converted back to Python, the original
+ Python object will be returned.staticmethod support from Revised
- 18 March, 2003
-
+ 18 March, 2003
© Copyright Dave