swig/Lib/std
2010-04-04 22:27:10 +00:00
..
_std_deque.i SWIG license change - The Examples and Lib move to a very permissive license in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear. 2010-02-27 23:26:02 +00:00
README
std_alloc.i
std_basic_string.i
std_carray.swg
std_char_traits.i
std_common.i STL fixes when using %import rather than %include and the Solaris Workshop compiler 2008-05-07 21:33:19 +00:00
std_container.i Apply patch #1925702 from Casey Raymondson which removeswarning 512 for std::vector wrappers 2008-03-26 20:25:56 +00:00
std_deque.i
std_except.i
std_ios.i
std_iostream.i
std_list.i
std_map.i Added new iterator changes to std. 2007-05-07 05:00:46 +00:00
std_multimap.i
std_multiset.i Fixed type_name of some std classes. 2007-05-06 12:46:40 +00:00
std_pair.i
std_queue.i Fixed type_name of some std classes. 2007-05-06 12:46:40 +00:00
std_set.i Correct methods that were not as per the standard 2007-10-28 22:33:20 +00:00
std_sstream.i
std_stack.i Fixed type_name of some std classes. 2007-05-06 12:46:40 +00:00
std_streambuf.i
std_string.i
std_vector.i formatting change of const _TP * -> _TP const* merely to aid difference debugging with vector of non-const pointers std::vector specialization 2010-04-04 22:27:10 +00:00
std_vectora.i
std_wios.i
std_wiostream.i
std_wsstream.i
std_wstreambuf.i
std_wstring.i

/* -----------------------------------------------------------------------------
 *  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