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

_facets_fwd.h
Go to the documentation of this file.
00001 #ifndef _STLP_FACETS_FWD_H
00002 #define _STLP_FACETS_FWD_H
00003 
00004 
00005 #include <stl/_iosfwd.h>
00006 
00007 _STLP_BEGIN_NAMESPACE
00008 
00009 #if defined (_STLP_LIMITED_DEFAULT_TEMPLATES)
00010 template <class _CharT, class _InputIter>
00011 #else
00012 template <class _CharT, class _InputIter = istreambuf_iterator<_CharT, char_traits<_CharT> > >
00013 #endif
00014 class money_get;
00015 
00016 #if defined (_STLP_LIMITED_DEFAULT_TEMPLATES)
00017 template <class _CharT, class _OutputIter>
00018 #else
00019 template <class _CharT, class _OutputIter = ostreambuf_iterator<_CharT, char_traits<_CharT> > >
00020 #endif
00021 class money_put;
00022 
00023 #if defined (_STLP_LIMITED_DEFAULT_TEMPLATES)
00024 template <class _CharT, class _InputIter>
00025 #else
00026 template <class _CharT, class _InputIter = istreambuf_iterator<_CharT, char_traits<_CharT> > >
00027 #endif
00028 class num_get;
00029 
00030 #if defined (_STLP_LIMITED_DEFAULT_TEMPLATES)
00031 template <class _CharT, class _OutputIter>
00032 #else
00033 template <class _CharT, class _OutputIter = ostreambuf_iterator<_CharT, char_traits<_CharT> > >
00034 #endif
00035 class num_put;
00036 
00037 #if defined (_STLP_LIMITED_DEFAULT_TEMPLATES)
00038 template <class _Ch, class _InIt>
00039 #else
00040 template <class _Ch, class _InIt = istreambuf_iterator<_Ch, char_traits<_Ch> > >
00041 #endif
00042 class time_get;
00043 
00044 #if defined (_STLP_LIMITED_DEFAULT_TEMPLATES)
00045 template <class _Ch, class _OutIt>
00046 #else
00047 template <class _Ch, class _OutIt = ostreambuf_iterator<_Ch, char_traits<_Ch> > >
00048 #endif
00049 class time_put;
00050 
00051 _STLP_END_NAMESPACE
00052 
00053 #endif

Generated on Sat May 26 2012 04:27:36 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.