Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/python/pyste/tests/code_test.pyste @ 14

Last change on this file since 14 was 12, checked in by landauf, 18 years ago

added boost

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.