Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

updated boost from 1_33_1 to 1_34_1

File size: 218 bytes
Line 
1Class('A', 'code_test.h')
2Include('string')
3declaration_code('''
4int get(A& a) { return a.x; }
5
6std::string foo() { return "Hello!"; }
7''')
8module_code('    def("get", &get);\n')
9module_code('    def("foo", &foo);\n')
Note: See TracBrowser for help on using the repository browser.