minor fixes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8032 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
8ffd60bec7
commit
799e9b4386
2 changed files with 6 additions and 2 deletions
|
|
@ -6164,7 +6164,7 @@ The <tt>swigCMemOwn</tt> remains unchanged (at false), so that the proxy does no
|
|||
Note: The old %nodefault directive disabled the default constructor
|
||||
and destructor at the same time. This is unsafe in most of the cases,
|
||||
and you can use the explicit %nodefaultctor and %nodefaultdtor
|
||||
directives to achieve the same result.
|
||||
directives to achieve the same result if needed.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
<li><a href="#SWIGPlus_nn6">Simple C++ wrapping</a>
|
||||
<ul>
|
||||
<li><a href="#SWIGPlus_nn7">Constructors and destructors</a>
|
||||
<li><a href="#SWIGPlus_nn8">Default constructors and implicit destructors</a>
|
||||
<li><a href="#SWIGPlus_nn8">Default constructors and destructors</a>
|
||||
<li><a href="#SWIGPlus_nn9">When constructor wrappers aren't created</a>
|
||||
<li><a href="#SWIGPlus_nn10">Copy constructors</a>
|
||||
<li><a href="#SWIGPlus_nn11">Member functions</a>
|
||||
|
|
@ -272,11 +272,15 @@ void delete_List(List *l) {
|
|||
|
||||
<H3><a name="SWIGPlus_nn8"></a>6.5.2 Default constructors, copy constructors and implicit destructors</H3>
|
||||
|
||||
<p>
|
||||
Following the C++ rules for implicit constructor and destructors, SWIG
|
||||
will try to automatically generate them even when they are not
|
||||
explicitly declared in the class interface.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
In general then:
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue