diff --git a/Doc/internals.html b/Doc/internals.html index cb72328d5..3b24c6f11 100644 --- a/Doc/internals.html +++ b/Doc/internals.html @@ -648,15 +648,15 @@ repeated calls without making any copies. [TODO] -

7. C/C++ Wrapper Support Functions

+

7. The C/C++ Wrapping Layer

Added: Dave Beazley (July 22, 2000)

-When generating wrappers, SWIG tries to provide a mostly -seamless with the original code. However, there are a number of -problematic features of C/C++ that are handled in the following manner: +When SWIG generates wrappers, it tries to provide a mostly seamless integration +with the original code. However, there are a number of problematic features +of C/C++ programs that complicate this interface.

-All of these transformations are handled by a collection of functions found -in the file Source/Swig/cwrap.c. +The creation of wrappers and various type transformations are handled by a collection of functions +found in the file Source/Swig/cwrap.c. Here is a short example showing how these functions could be used. Suppose you had a