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:
Marcelo Matus 2006-01-28 09:05:30 +00:00
commit 0ce16c7de4

View file

@ -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: