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