source:
downloads/boost_1_33_1/libs/python/pyste/tests/virtual.pyste
@
14
| Last change on this file since 14 was 12, checked in by landauf, 18 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.










