source:
downloads/boost_1_34_1/libs/python/pyste/tests/templates.pyste
@
29
Last change on this file since 29 was 29, checked in by landauf, 16 years ago | |
---|---|
File size: 220 bytes |
Line | |
---|---|
1 | Point = Template('templates::Point', 'templates.h') |
2 | rename(Point.x, 'i') |
3 | rename(Point.y, 'j') |
4 | IPoint = Point('int') |
5 | FPoint = Point('double', 'FPoint') |
6 | rename(IPoint, 'IPoint') |
7 | rename(IPoint.x, 'x') |
8 | rename(IPoint.y, 'y') |
Note: See TracBrowser
for help on using the repository browser.