/home/ntakagi/work/STLport-5.1.5/src/ostream.cppGo to the documentation of this file.00001 /* 00002 * Copyright (c) 1999 00003 * Silicon Graphics Computer Systems, Inc. 00004 * 00005 * Copyright (c) 1999 00006 * Boris Fomitchev 00007 * 00008 * This material is provided "as is", with absolutely no warranty expressed 00009 * or implied. Any use is at your own risk. 00010 * 00011 * Permission to use or copy this software for any purpose is hereby granted 00012 * without fee, provided the above notices are retained on all copies. 00013 * Permission to modify the code and to distribute modified code is granted, 00014 * provided the above notices are retained, and a notice that the code was 00015 * modified is included with the above copyright notice. 00016 * 00017 */ 00018 #include "stlport_prefix.h" 00019 00020 #include <ostream> 00021 00022 _STLP_BEGIN_NAMESPACE 00023 00024 #if !defined(_STLP_NO_FORCE_INSTANTIATE) 00025 00026 // instantiations 00027 template class _STLP_CLASS_DECLSPEC basic_ostream<char, char_traits<char> >; 00028 00029 # if defined (_STLP_USE_TEMPLATE_EXPORT) 00030 template class _STLP_CLASS_DECLSPEC _Osentry<char, char_traits<char> >; 00031 # endif 00032 00033 #ifndef _STLP_NO_WCHAR_T 00034 00035 # if defined (_STLP_USE_TEMPLATE_EXPORT) 00036 template class _STLP_CLASS_DECLSPEC _Osentry<wchar_t, char_traits<wchar_t> >; 00037 # endif 00038 template class _STLP_CLASS_DECLSPEC basic_ostream<wchar_t, char_traits<wchar_t> >; 00039 #endif 00040 00041 #endif 00042 00043 _STLP_END_NAMESPACE 00044 00045 // Local Variables: 00046 // mode:C++ 00047 // End:
Generated on Mon Mar 10 15:32:17 2008 by ![]() |