more docs for fragments
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7783 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
99edd219d2
commit
85db6ee607
1 changed files with 7 additions and 0 deletions
|
|
@ -160,6 +160,13 @@
|
|||
|
||||
%typemap(in,fragment="bigfragment") {...}
|
||||
|
||||
|
||||
Finally, you can force the inclusion of a fragment at any moment as follow:
|
||||
|
||||
%fragment("bigfragment");
|
||||
|
||||
which is very useful inside a template class, for example.
|
||||
|
||||
|
||||
Fragment type specialization
|
||||
============================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue