Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/python/pyste/tests/enums.pyste @ 45

Last change on this file since 45 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 204 bytes
Line 
1h = AllFromHeader('enums.h')
2rename(h.color.red, 'Red')
3rename(h.color.blue, 'Blue')
4export_values(h.color)
5rename(h.X.choices.bad, 'Bad')
6rename(h.X.choices.good, 'Good')
7rename(h.X.choices, 'Choices')
8
Note: See TracBrowser for help on using the repository browser.