Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

updated boost from 1_33_1 to 1_34_1

File size: 350 bytes
Line 
1C = Class('smart_ptr::C', 'smart_ptr.h')
2use_shared_ptr(C)
3
4D = Class('smart_ptr::D', 'smart_ptr.h')
5use_auto_ptr(D)
6
7A = Class('smart_ptr::A', 'smart_ptr.h')
8use_shared_ptr(A)
9
10Function('smart_ptr::NewC', 'smart_ptr.h')
11Function('smart_ptr::NewD', 'smart_ptr.h')
12Function('smart_ptr::NewA', 'smart_ptr.h')
13Function('smart_ptr::GetA', 'smart_ptr.h')
Note: See TracBrowser for help on using the repository browser.