Some updates to the chicken documenatation, a few more fixes

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7080 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
John Lenz 2005-03-17 22:19:46 +00:00
commit a09045ab5c
6 changed files with 136 additions and 55 deletions

View file

@ -959,6 +959,7 @@ generate code that prevents this. You will just have to be careful.
<H3><a name="Python_nn18"></a>26.3.5 Pointers</H3>
<p>
C/C++ pointers are fully supported by SWIG. Furthermore, SWIG has no
problem working with incomplete type information. Here is a rather
@ -1910,6 +1911,7 @@ simply use the <tt>__deref__()</tt> method. For example:
<H3><a name="Python_nn27a"></a>26.3.15 C++ Reference Counted Objects (ref/unref)</H3>
<p>
Another usual idiom in C++ is the use of reference counted
objects. Consider for example:
@ -2504,6 +2506,7 @@ class MyFoo(mymodule.Foo):
<H3><a name="Python_nn34"></a>26.5.2 Director classes</H3>