swig/Lib/std
2004-10-19 23:42:20 +00:00
..
README isolate language independent STD/STL/C++ code + more documentation + cleaning 2004-10-10 06:42:15 +00:00
std_basic_string.i split std_basic_string/std_string 2004-10-18 00:18:57 +00:00
std_char_traits.i isolate language independent STD/STL/C++ code + more documentation + cleaning 2004-10-10 06:42:15 +00:00
std_common.i fixes for noconst types and size_t 2004-10-18 00:20:00 +00:00
std_container.i isolate language independent STD/STL/C++ code + more documentation + cleaning 2004-10-10 06:42:15 +00:00
std_deque.i add guards for swig/language extra methods and comments 2004-10-10 17:58:14 +00:00
std_except.i isolate language independent STD/STL/C++ code + more documentation + cleaning 2004-10-10 06:42:15 +00:00
std_ios.i immutable feature not needed anymore. private assign is recognized by swig now 2004-10-19 23:42:20 +00:00
std_iostream.i immutable feature not needed anymore. private assign is recognized by swig now 2004-10-19 23:42:20 +00:00
std_list.i add guards for swig/language extra methods and comments 2004-10-10 17:58:14 +00:00
std_map.i add guards for swig/language extra methods and comments 2004-10-10 17:58:14 +00:00
std_multimap.i add guards for swig/language extra methods and comments 2004-10-10 17:58:14 +00:00
std_multiset.i add guards for swig/language extra methods and comments 2004-10-10 17:58:14 +00:00
std_pair.i add guards for swig/language extra methods and comments 2004-10-10 17:58:14 +00:00
std_set.i add guards for swig/language extra methods and comments 2004-10-10 17:58:14 +00:00
std_streambuf.i isolate language independent STD/STL/C++ code + more documentation + cleaning 2004-10-10 06:42:15 +00:00
std_string.i split std_basic_string/std_string 2004-10-18 00:18:57 +00:00
std_vector.i add guards for swig/language extra methods and comments 2004-10-10 17:58:14 +00:00
std_vectora.i add guards for swig/language extra methods and comments 2004-10-10 17:58:14 +00:00
std_wstring.i split std_basic_string/std_string 2004-10-18 00:18:57 +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