%fragment("Hello","header") "..."
%fragment("Hi","header",fragment="Hello") "..."
the latter fragment will include the first one if is invoked.
more than one fragment can be included at the time, just
keep adding fragment="f1",fragment="f2", etc.
this is used to emulate typemaps reuse, where all the
reusable typemap code is put in a fragment static method,
and then it can be included from another fragment typemap
as needed.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5690 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
||
|---|---|---|
| .. | ||
| .cvsignore | ||
| cwrap.c | ||
| error.c | ||
| fragment.c | ||
| getopt.c | ||
| include.c | ||
| misc.c | ||
| naming.c | ||
| parms.c | ||
| scanner.c | ||
| stype.c | ||
| swig.h | ||
| swig.i | ||
| symbol.c | ||
| tree.c | ||
| typemap.c | ||
| typeobj.c | ||
| typesys.c | ||
| warn.c | ||
| wrapfunc.c | ||