Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenistream.cpp
Go 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 <istream> 00021 00022 _STLP_BEGIN_NAMESPACE 00023 00024 #if !defined(_STLP_NO_FORCE_INSTANTIATE) 00025 00026 // instantiations 00027 # if defined (_STLP_USE_TEMPLATE_EXPORT) 00028 template class _STLP_CLASS_DECLSPEC _Isentry<char, char_traits<char> >; 00029 # endif 00030 00031 template class _STLP_CLASS_DECLSPEC basic_iostream<char, char_traits<char> >; 00032 template class _STLP_CLASS_DECLSPEC basic_istream<char, char_traits<char> >; 00033 00034 # if !defined (_STLP_NO_WCHAR_T) 00035 # if defined (_STLP_USE_TEMPLATE_EXPORT) 00036 template class _STLP_CLASS_DECLSPEC _Isentry<wchar_t, char_traits<wchar_t> >; 00037 # endif 00038 template class _STLP_CLASS_DECLSPEC basic_istream<wchar_t, char_traits<wchar_t> >; 00039 template class _STLP_CLASS_DECLSPEC basic_iostream<wchar_t, char_traits<wchar_t> >; 00040 # endif /* !_STLP_NO_WCHAR_T */ 00041 00042 #endif /* _STLP_NO_FORCE_INSTANTIATE */ 00043 00044 _STLP_END_NAMESPACE 00045 00046 // Local Variables: 00047 // mode:C++ 00048 // End: Generated on Sat May 26 2012 04:34:02 for ReactOS by
1.7.6.1
|