swig/SWIG/Lib/python
2004-12-13 20:22:19 +00:00
..
argcargv.i
attribute.i fix errors when used with templates 2004-12-12 21:59:10 +00:00
ccomplex.i
complex.i
cstring.i
defarg.swg
director.swg
director_h.swg
embed.i
embed15.i
file.i
implicit.i
Makefile.in
pyapi.swg allow to include the swig runtime code into external user libraries 2004-11-18 00:37:33 +00:00
pycomplex.swg
pycontainer.swg
pydocs.swg
pyenum.swg
pyfragments.swg
pyinit.swg using the global runtime.swg instead of python/pyrunalias.swg. Now the same solution can be used in other languages 2004-11-21 19:44:08 +00:00
pyinout.swg
pymacros.swg
pymisctypes.swg
pyobject.swg
pyopers.swg global fix for operator*(), now mapped as __ref__ 2004-12-11 23:38:07 +00:00
pyprimtypes.swg fix include in bug #1076122 2004-12-01 12:02:46 +00:00
pyptrtypes.swg fix directorout typemap for const std::string&. Adding warning about the new typemap, which is not thread safe 2004-12-13 20:22:19 +00:00
pyrun.swg fix for Windows 2004-12-11 23:38:44 +00:00
pyruntime.swg allow to include the swig runtime code into external user libraries 2004-11-18 00:37:33 +00:00
pystdcommon.swg
pystrbase.swg
pystrings.swg fix char* typemap in bug #1080514 2004-12-11 08:30:40 +00:00
pyswigtype.swg fix error message 2004-11-21 19:43:16 +00:00
python.swg
pythonkw.swg
pytuplehlp.swg
pyuserdir.swg
pyvaltypes.swg
pyvoid.swg fixes for void* 2004-12-01 01:20:04 +00:00
pywstrings.swg fix char* typemap in bug #1080514 2004-12-11 08:30:40 +00:00
README
std_alloc.i better support for string and def. args, plus adding allocator + sstream 2004-12-01 01:22:30 +00:00
std_basic_string.i
std_char_traits.i
std_common.i
std_complex.i
std_container.i
std_deque.i
std_except.i
std_ios.i
std_iostream.i better support for string and def. args, plus adding allocator + sstream 2004-12-01 01:22:30 +00:00
std_list.i
std_map.i
std_multimap.i
std_multiset.i
std_pair.i
std_set.i more fixes for template + def args 2004-12-05 10:15:25 +00:00
std_sstream.i better support for string and def. args, plus adding allocator + sstream 2004-12-01 01:22:30 +00:00
std_streambuf.i better support for string and def. args, plus adding allocator + sstream 2004-12-01 01:22:30 +00:00
std_string.i
std_vector.i
std_vectora.i
std_wstring.i
typemaps.i
wchar.i

/* -----------------------------------------------------------------------------
 *  Basic files
 * ----------------------------------------------------------------------------- */

python.swg		Main language file, it just includes what is needed.
pyuserdir.swg		User visible directives (%pythonnondynamic, etc)
pymacros.swg		Internal macros used for typemaps
pyfragments.swg		Allow the user to overload the default fragments
pyopers.swg		Python operations (+=, *=, etc)
pythonkw.swg		Python keywords and special names
pyinit.swg		Python Init method

/* -----------------------------------------------------------------------------
 *  The runtime part
 * ----------------------------------------------------------------------------- */

pyruntime.swg		Main runtime file definition
pyapi.swg		SWIG/Pyton API declarations
pyrun.swg		Python run-time code 

/* -----------------------------------------------------------------------------
 *  Internal typemap specializations
 * ----------------------------------------------------------------------------- */
pyswigtype.swg		SWIGTYPE
pyvoid.swg		void *
pyobject.swg		PyObject
pystrbase.swg		String base
pystrings.swg		Char strings (char *)
pywstrings.swg		Wchar Strings (wchar_t *)
pyprimtypes.swg		Primitive types (shot,int,double,etc)
pymisctypes.swg		Miscellaneos types (size_t, ptrdiff_t, etc)
pyenum.swg		enum especializations
pycomplex.swg		PyComplex and helper for C/C++ complex types
pydocs.swg		Typemaps documentation

/* -----------------------------------------------------------------------------
 *  Special types or user helpers 
 * ----------------------------------------------------------------------------- */

file.i			FILE C type
wchar.i			wchar_t C type
ccomplex.i		complex C type
cstring.i		Various forms of C character string handling
argcargv.i		Handler for (int argc, char **argv)
attribute.i		Convert a pair of set/get methods into a "native" python attribute
implicit.i		Allow the use of implicit C++ constructors

/* -----------------------------------------------------------------------------
 *  C++ STD + STL
 * ----------------------------------------------------------------------------- */

pycontainer.swg		python container iterators
std_common.i		general common code 
std_container.i		general container code 
std_basic_string.i	basic string
std_char_traits.i	char traits
std_complex.i		complex
std_deque.i		deque	
std_except.i		exceptions
std_ios.i		ios
std_iostream.i		istream/ostream
std_list.i		list
std_map.i		map
std_multimap.i		multimap
std_multiset.i		multiset
std_pair.i		pair
std_set.i		set
std_streambuf.i		streambuf
std_string.i		string
std_vector.i		vector
std_vectora.i		vector + allocator
std_wstring.i		wstring

/* -----------------------------------------------------------------------------
 *  Backward compatibility
 * ----------------------------------------------------------------------------- */
embed15.i		embedding the Python interpreter in something else
embed.i			embedding the Python interpreter in something else
defarg.swg		for processing default arguments with shadow classes
typemaps.i		old in/out typemaps