/home/ntakagi/work/STLport-5.1.5/stlport/stl/msl_string.hGo to the documentation of this file.00001 /* 00002 * Copyright (c) 1998 00003 * Mark of the Unicorn, Inc. 00004 * 00005 * Permission to use, copy, modify, distribute and sell this software 00006 * and its documentation for any purpose is hereby granted without fee, 00007 * provided that the above copyright notice appear in all copies and 00008 * that both that copyright notice and this permission notice appear 00009 * in supporting documentation. Mark of the Unicorn, Inc. makes no 00010 * representations about the suitability of this software for any 00011 * purpose. It is provided "as is" without express or implied warranty. 00012 * 00013 */ 00014 #if defined( _STLP_USE_MSIPL ) && !defined( _STLP_MSL_STRING_H_ ) 00015 #define _STLP_MSL_STRING_H_ 00016 00017 //# define char_traits __msl_char_traits 00018 # define basic_string __msl_basic_string 00019 # define b_str_ref __msl_b_str_ref 00020 # define basic_istream __msl_basic_istream 00021 # define basic_ostream __msl_basic_ostream 00022 # define string __msl_string 00023 # define wstring __msl_wstring 00024 # define iterator_traits __msl_iterator_traits 00025 00026 namespace std 00027 { 00028 template<class charT, class traits> class basic_istream; 00029 template<class charT, class traits> class basic_ostream; 00030 } 00031 00032 # include _STLP_NATIVE_HEADER(string) 00033 // # undef char_traits 00034 # undef basic_string 00035 # undef b_str_ref 00036 # undef basic_istream 00037 # undef basic_ostream 00038 # undef string 00039 # undef wstring 00040 # undef iterator_traits 00041 00042 #endif
Generated on Mon Mar 10 15:32:46 2008 by ![]() |