Skip to content

Commit c3215d0

Browse files
author
Ralf W. Grosse-Kunstleve
committed
enhancement
[SVN r9827]
1 parent da83f20 commit c3215d0

1 file changed

Lines changed: 21 additions & 3 deletions

File tree

example/README

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
To 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

422
The 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.

0 commit comments

Comments
 (0)