"Fossies" - the Fresh Open Source Software Archive

Member "swig-4.1.1/Lib/std/README" (30 Nov 2022, 634 Bytes) of package /linux/misc/swig-4.1.1.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 /* -----------------------------------------------------------------------------
    2  *  C++ STD + STL 
    3  * ----------------------------------------------------------------------------- */
    4 
    5 std_common.i		general common code 
    6 std_container.i		general container code 
    7 std_basic_string.i	basic string
    8 std_char_traits.i	char traits
    9 std_complex.i		complex
   10 std_deque.i		deque	
   11 std_except.i		exceptions
   12 std_ios.i		ios
   13 std_iostream.i		istream/ostream
   14 std_list.i		list
   15 std_map.i		map
   16 std_multimap.i		multimap
   17 std_multiset.i		multiset
   18 std_pair.i		pair
   19 std_set.i		set
   20 std_streambuf.i		streambuf
   21 std_vector.i		vector
   22 std_vectora.i		vector + allocator