section name update
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10975 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f29f1d249e
commit
a883849b45
2 changed files with 4 additions and 1 deletions
|
|
@ -390,6 +390,7 @@
|
|||
<li><a href="Typemaps.html#Typemaps_nn48">More about <tt>%apply</tt> and <tt>%clear</tt></a>
|
||||
<li><a href="Typemaps.html#Typemaps_nn49">Reducing wrapper code size</a>
|
||||
<li><a href="Typemaps.html#Typemaps_nn47">Passing data between typemaps</a>
|
||||
<li><a href="Typemaps.html#Typemaps_nn52">C++ "this" pointer</a>
|
||||
<li><a href="Typemaps.html#Typemaps_nn51">Where to go for more information?</a>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@
|
|||
<li><a href="#Typemaps_nn48">More about <tt>%apply</tt> and <tt>%clear</tt></a>
|
||||
<li><a href="#Typemaps_nn49">Reducing wrapper code size</a>
|
||||
<li><a href="#Typemaps_nn47">Passing data between typemaps</a>
|
||||
<li><a href="#Typemaps_nn52">C++ <tt>this</tt> pointer</a>
|
||||
<li><a href="#Typemaps_nn52">C++ "this" pointer</a>
|
||||
<li><a href="#Typemaps_nn51">Where to go for more information?</a>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
@ -3902,6 +3902,7 @@ sure that the typemaps sharing information have exactly the same types and names
|
|||
|
||||
<H2><a name="Typemaps_nn52"></a>10.15 C++ "this" pointer</H2>
|
||||
|
||||
|
||||
<p>
|
||||
All the rules discussed for Typemaps apply to C++ as well as C.
|
||||
However in addition C++ passes an extra parameter into every
|
||||
|
|
@ -3960,6 +3961,7 @@ the method, but give the argument a name other than <tt>self</tt>.
|
|||
|
||||
<H2><a name="Typemaps_nn51"></a>10.16 Where to go for more information?</H2>
|
||||
|
||||
|
||||
<p>
|
||||
The
|
||||
best place to find out more information about writing typemaps is to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue