Nested class workarounds added
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9159 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
ff1bd7a80d
commit
a94fc18b39
2 changed files with 80 additions and 17 deletions
|
|
@ -55,7 +55,7 @@
|
|||
<li><a href="#SWIG_structure_data_members">Structure data members</a>
|
||||
<li><a href="#SWIG_nn36">C constructors and destructors </a>
|
||||
<li><a href="#SWIG_adding_member_functions">Adding member functions to C structures</a>
|
||||
<li><a href="#SWIG_nn38">Nested structures</a>
|
||||
<li><a href="#SWIG_nested_structs">Nested structures</a>
|
||||
<li><a href="#SWIG_nn39">Other things to note about structure wrapping</a>
|
||||
</ul>
|
||||
<li><a href="#SWIG_nn40">Code Insertion</a>
|
||||
|
|
@ -2530,7 +2530,7 @@ be used to extend a structure with more than just methods, a more suitable
|
|||
directive name has been chosen.
|
||||
</p>
|
||||
|
||||
<H3><a name="SWIG_nn38"></a>5.5.7 Nested structures</H3>
|
||||
<H3><a name="SWIG_nested_structs"></a>5.5.7 Nested structures</H3>
|
||||
|
||||
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue