ascii 'art' improvement
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12382 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
162ced78f4
commit
4b049f672f
1 changed files with 11 additions and 10 deletions
|
|
@ -142,17 +142,18 @@
|
|||
|
||||
<p>The full chain of type conversions when a director callback is invoked looks like this:</p>
|
||||
|
||||
<div class="diagram"><pre> type CPPClass::method(type a)
|
||||
<div class="diagram"><pre>
|
||||
type CPPClass::method(type a)
|
||||
↑ ↓
|
||||
<directorout> <directorin>
|
||||
↑ ↓
|
||||
<directorout> <directorin>
|
||||
↑ ↓
|
||||
ctype methodCallback(ctype a) C++
|
||||
::::::::::::::::::::::::::::::::::::::::::
|
||||
imtype methodCallback(imtype a) D
|
||||
↑ ↓
|
||||
<ddirectorout> <ddirectorin>
|
||||
↑ ↓
|
||||
dtype DClass.method(dtype a)</pre></div>
|
||||
ctype methodCallback(ctype a) C++
|
||||
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
|
||||
imtype methodCallback(imtype a) D
|
||||
↑ ↓
|
||||
<ddirectorout> <ddirectorin>
|
||||
↑ ↓
|
||||
dtype DClass.method(dtype a)</pre></div>
|
||||
|
||||
|
||||
<H3><a name="D_typecheck_typemaps"></a>20.3.5 typecheck typemaps</H3>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue