add doc for naturalvar use with classes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8592 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
183ca0b945
commit
0ce16c7de4
1 changed files with 5 additions and 0 deletions
|
|
@ -671,6 +671,11 @@ Version 1.3.28 (unreleased).
|
|||
specific member variables using the directive form:
|
||||
|
||||
%naturalvar Bar::s;
|
||||
|
||||
or specific classes:
|
||||
|
||||
%naturalvar std::string;
|
||||
%include <std_string.i>
|
||||
|
||||
Then, in the following case for example:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue