Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/python/pyste/tests/virtual2.pyste @ 45

Last change on this file since 45 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

File size: 291 bytes
Line 
1A = Class('virtual2::A', 'virtual2.h')
2set_policy(A.make_new, return_value_policy(manage_new_object))
3B = Class('virtual2::B', 'virtual2.h')
4set_policy(B.make_new, return_value_policy(manage_new_object))
5Function('virtual2::call_fs', 'virtual2.h')
6Function('virtual2::call_f', 'virtual2.h')
Note: See TracBrowser for help on using the repository browser.