swig/Lib/typemaps
2005-10-20 09:47:56 +00:00
..
carrays.swg finishing the first stage of the typemap unification scheme, fixing issues with gcc and valgrind 2005-10-20 09:47:56 +00:00
cdata.swg massive typemap unification 2005-10-18 13:24:15 +00:00
cmalloc.swg more typemaps unification and fixes for valgrind 2005-10-19 10:52:50 +00:00
cpointer.swg more typemaps unification and fixes for valgrind 2005-10-19 10:52:50 +00:00
cstring.swg more typemaps unification and fixes for valgrind 2005-10-19 10:52:50 +00:00
enumint.swg finishing the first stage of the typemap unification scheme, fixing issues with gcc and valgrind 2005-10-20 09:47:56 +00:00
exception.swg finishing the first stage of the typemap unification scheme, fixing issues with gcc and valgrind 2005-10-20 09:47:56 +00:00
implicit.swg more typemaps unification and fixes for valgrind 2005-10-19 10:52:50 +00:00
inoutlist.swg massive typemap unification 2005-10-18 13:24:15 +00:00
misctypes.swg massive typemap unification 2005-10-18 13:24:15 +00:00
primtypes.swg massive typemap unification 2005-10-18 13:24:15 +00:00
ptrtypes.swg more typemaps unification and fixes for valgrind 2005-10-19 10:52:50 +00:00
README massive typemap unification 2005-10-18 13:24:15 +00:00
std_string.swg massive typemap unification 2005-10-18 13:24:15 +00:00
strings.swg finishing the first stage of the typemap unification scheme, fixing issues with gcc and valgrind 2005-10-20 09:47:56 +00:00
swigmacros.swg finishing the first stage of the typemap unification scheme, fixing issues with gcc and valgrind 2005-10-20 09:47:56 +00:00
swigobject.swg finishing the first stage of the typemap unification scheme, fixing issues with gcc and valgrind 2005-10-20 09:47:56 +00:00
swigtype.swg finishing the first stage of the typemap unification scheme, fixing issues with gcc and valgrind 2005-10-20 09:47:56 +00:00
typemaps.swg massive typemap unification 2005-10-18 13:24:15 +00:00
valtypes.swg finishing the first stage of the typemap unification scheme, fixing issues with gcc and valgrind 2005-10-20 09:47:56 +00:00
void.swg finishing the first stage of the typemap unification scheme, fixing issues with gcc and valgrind 2005-10-20 09:47:56 +00:00

/* -----------------------------------------------------------------------------
 *  Internal typemap specializations
 * ----------------------------------------------------------------------------- */

enumint.swg		enum especializations as int types
inoutlist.swg		return the OUTPUT types in a list
misctypes.swg		Miscellaneos types (size_t, ptrdiff_t, etc)
primtypes.swg		Macros to manage primitive types (shot,int,double,etc)
ptrtypes.swg		Typemaps for types with a 'ptr' behavior
strings.swg		String base typemaps
cstring.swg		Various forms of C character string handling
swigobject.swg		Language object, such as PyObject, Tcl_Obj, etc
swigtype.swg		SWIGTYPE
valtypes.swg		Typemaps for types with a 'by value' behavior
void.swg		void * typemaps
implicit.swg		Allow the use of implicit C++ constructors