source:
downloads/boost_1_34_1/libs/python/pyste/tests/virtual.pyste
@
29
Last change on this file since 29 was 29, checked in by landauf, 16 years ago | |
---|---|
File size: 194 bytes |
Line | |
---|---|
1 | C = Class('virtual_::C', 'virtual.h') |
2 | final(C.dummy) |
3 | D = Class('virtual_::D', 'virtual.h') |
4 | final(D.dummy) |
5 | Function('virtual_::call_f', 'virtual.h') |
6 | Function('virtual_::call_dummy', 'virtual.h') |
Note: See TracBrowser
for help on using the repository browser.