File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11To get started with the Boost Python Library, use the examples
2- getting_started?.cpp and abstract.cpp.
2+ getting_started1.cpp and getting_started2.cpp.
3+
4+ Examples for providing pickle support can be found in:
5+ pickle1.cpp
6+ pickle2.cpp
7+ pickle3.cpp
8+ See also: libs/python/doc/pickle.html
9+
10+ Other advanced concepts are introduced by:
11+ abstract.cpp
12+ simple_vector.cpp
13+ do_it_yourself_converters.cpp
14+
15+ Examples for the cross-module support are provided by:
16+ noncopyable_export.cpp
17+ noncopyable_import.cpp
18+ dvect.cpp
19+ ivect.cpp
20+ See also: libs/python/doc/cross_module.html
321
422The files example1.cpp and rwgk1.cpp are obsolete. They are only
5- included because the makefiles in the build directory still refer to
6- them. This will be fixed later .
23+ included because the Visual Studio project in the build directory still
24+ refers to them .
You can’t perform that action at this time.
0 commit comments