Added documentation for few array type related API functions.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7336 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
151913f03f
commit
1eafeed451
1 changed files with 32 additions and 0 deletions
|
|
@ -1924,6 +1924,38 @@ Adds a reference to <tt>ty</tt>.
|
|||
Adds an array with dimension <tt>dim</tt> to <tt>ty</tt>.
|
||||
</div>
|
||||
|
||||
<p>
|
||||
<b><tt>void SwigType_del_array(SwigType *ty)</tt></b>
|
||||
</p>
|
||||
|
||||
<div class="indent">
|
||||
Removes a single array dimension from <tt>ty</tt>.
|
||||
</div>
|
||||
|
||||
<p>
|
||||
<b><tt>int SwigType_array_ndim(SwigType *ty)</tt></b>
|
||||
</p>
|
||||
|
||||
<div class="indent">
|
||||
Returns number of array dimensions of <tt>ty</tt>.
|
||||
</div>
|
||||
|
||||
<p>
|
||||
<b><tt>String* SwigType_array_getdim(SwigType *ty,int n)</tt></b>
|
||||
</p>
|
||||
|
||||
<div class="indent">
|
||||
Returns <tt>n</tt>th array dimension of <tt>ty</tt>.
|
||||
</div>
|
||||
|
||||
<p>
|
||||
<b><tt>void SwigType_array_setdim(SwigType *ty, int n, const String_or_char *rep)</tt></b>
|
||||
</p>
|
||||
|
||||
<div class="indent">
|
||||
Sets <tt>n</tt>th array dimensions of <tt>ty</tt> to <tt>rep</tty>.
|
||||
</div>
|
||||
|
||||
<p>
|
||||
<b><tt>void SwigType_add_qualifier(SwigType *ty, String_or_char *q)</tt></b>
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue