Further cleaning up of class examples
This commit is contained in:
parent
7f40ae3570
commit
0de4cf13a8
29 changed files with 150 additions and 216 deletions
|
|
@ -7,4 +7,3 @@
|
|||
|
||||
/* Let's just grab the original header file here */
|
||||
%include "example.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
<H2>Wrapping a simple C++ class</H2>
|
||||
|
||||
<p>
|
||||
This example illustrates wrapping a simple C++ class to give a Python class.
|
||||
This example illustrates wrapping a simple C++ class to give a Ruby class.
|
||||
|
||||
<h2>The C++ Code</h2>
|
||||
|
||||
|
|
@ -147,7 +147,7 @@ due to Ruby's sophisticated extension API.
|
|||
<li>SWIG <b>does</b> know how to properly perform upcasting of objects in
|
||||
an inheritance hierarchy except for multiple inheritance.
|
||||
|
||||
<li>C++ Namespaces - %nspace isn't yet supported for Python.
|
||||
<li>C++ Namespaces - %nspace isn't yet supported for Ruby.
|
||||
|
||||
</ul>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue