minor clarification about directors
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12163 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
7338f39936
commit
a615d8dd1d
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ SWIG wraps C/C++ code using Java proxy classes and is very useful if you want to
|
|||
If only one or two JNI functions are needed then using SWIG may be overkill.
|
||||
SWIG enables a Java program to easily call into C/C++ code from Java.
|
||||
Historically, SWIG was not able to generate any code to call into Java code from C++.
|
||||
However, SWIG now supports full cross language polymorphism and code is generated to call up from C++ to Java when wrapping C++ virtual methods.
|
||||
However, SWIG now supports full cross language polymorphism and code is generated to call up from C++ to Java when wrapping C++ virtual methods via the director feature.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue