ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

ostream.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 <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 Sun May 27 2012 04:35:13 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.