swig/Lib/std
2005-10-24 14:59:05 +00:00
..
README isolate language independent STD/STL/C++ code + more documentation + cleaning 2004-10-10 06:42:15 +00:00
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 using new template resolution for def args, and cosmetics 2004-12-16 01:35:52 +00:00
std_char_traits.i allow to use iostream and sstream without wchar support, as pointed by Scott 2005-04-02 18:52:10 +00:00
std_common.i Perl added to the Unified typemap library, cleaner way to use the library, and 'normalized' macro names 2005-10-24 14:59:05 +00:00
std_container.i Perl added to the Unified typemap library, cleaner way to use the library, and 'normalized' macro names 2005-10-24 14:59:05 +00:00
std_deque.i using new template resolution for def args, and cosmetics 2004-12-16 01:35:52 +00:00
std_except.i python defines it owns mechanism in python/std_except.i 2005-09-29 12:58:25 +00:00
std_ios.i more fixes for python 1.5 +gcc2.96 2005-06-17 19:12:21 +00:00
std_iostream.i allow to use iostream and sstream without wchar support, as pointed by Scott 2005-04-02 18:52:10 +00:00
std_list.i using new template resolution for def args, and cosmetics 2004-12-16 01:35:52 +00:00
std_map.i using new template resolution for def args, and cosmetics 2004-12-16 01:35:52 +00:00
std_multimap.i using new template resolution for def args, and cosmetics 2004-12-16 01:35:52 +00:00
std_multiset.i using new template resolution for def args, and cosmetics 2004-12-16 01:35:52 +00:00
std_pair.i added missing constructors for std::pair 2005-05-25 21:34:39 +00:00
std_set.i using new template resolution for def args, and cosmetics 2004-12-16 01:35:52 +00:00
std_sstream.i allow to use iostream and sstream without wchar support, as pointed by Scott 2005-04-02 18:52:10 +00:00
std_streambuf.i more fixes for python 1.5 +gcc2.96 2005-06-17 19:12:21 +00:00
std_string.i using new template resolution for def args, and cosmetics 2004-12-16 01:35:52 +00:00
std_vector.i using new template resolution for def args, and cosmetics 2004-12-16 01:35:52 +00:00
std_vectora.i more fixes for template + def args 2004-12-05 10:15:25 +00:00
std_wios.i allow to use iostream and sstream without wchar support, as pointed by Scott 2005-04-02 20:24:13 +00:00
std_wiostream.i allow to use iostream and sstream without wchar support, as pointed by Scott 2005-04-02 18:52:10 +00:00
std_wsstream.i allow to use iostream and sstream without wchar support, as pointed by Scott 2005-04-02 18:52:10 +00:00
std_wstreambuf.i allow to use iostream and sstream without wchar support, as pointed by Scott 2005-04-02 20:24:13 +00:00
std_wstring.i allow to use iostream and sstream without wchar support, as pointed by Scott 2005-04-02 18:52:10 +00:00

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

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_vector.i		vector
std_vectora.i		vector + allocator