2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 05:22:45 +00:00

- Generating code for the improved support of static data members of Boost.Python

[SVN r18193]
This commit is contained in:
Bruno da Silva de Oliveira
2003-04-06 20:47:10 +00:00
parent 9bf78396cb
commit 1c9bf7d91c
6 changed files with 64 additions and 11 deletions

View File

@@ -1,2 +1,5 @@
Class('basic::C', 'basic.h')
Function('basic::call_f', 'basic.h')
Function('basic::get_static', 'basic.h')
Function('basic::get_value', 'basic.h')