This makes the typemap much more useful, as it can now reference the name of the class it is being expanded for and the type of the C pointer used by it (in principle, the latter could be recovered by using decltype(), but this results in rather verbose code inside static methods where a dummy pointer to the type must be constructed first, so using another special variable seems like a simpler solution). |
||
|---|---|---|
| .. | ||
| CParse | ||
| DOH | ||
| Doxygen | ||
| Include | ||
| Modules | ||
| Preprocessor | ||
| Swig | ||
| Makefile.am | ||
| README | ||
SWIG Source directory
Source/DOH - A core set of basic datatypes including
strings, lists, hashes, and files. Used
extensively by the rest of SWIG.
Source/Swig - Swig core. Type-system, utility functions.
Source/Preprocessor - SWIG C Preprocessor
Source/CParse - SWIG C Parser (still messy)
Source/Modules - Language modules.
Source/Include - Include files.