Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

updated boost from 1_33_1 to 1_34_1

File size: 220 bytes
Line 
1Point = Template('templates::Point', 'templates.h')
2rename(Point.x, 'i')
3rename(Point.y, 'j')
4IPoint = Point('int')
5FPoint = Point('double', 'FPoint')
6rename(IPoint, 'IPoint')
7rename(IPoint.x, 'x')
8rename(IPoint.y, 'y')
Note: See TracBrowser for help on using the repository browser.