Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/python/pyste/tests/inherit.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: 197 bytes
Line 
1A = Template('inherit::A', 'inherit.h')
2A_int = A('int', 'A_int')
3
4Class('inherit::B', 'inherit.h')
5Class('inherit::D', 'inherit.h')
6E = Class('inherit::E', 'inherit.h')
7exclude(E.s)
8exclude(E.ab)
Note: See TracBrowser for help on using the repository browser.