ReactOS 0.4.15-dev-7842-g558ab78
_facets_fwd.h
Go to the documentation of this file.
1#ifndef _STLP_FACETS_FWD_H
2#define _STLP_FACETS_FWD_H
3
4
5#include <stl/_iosfwd.h>
6
8
9#if defined (_STLP_LIMITED_DEFAULT_TEMPLATES)
10template <class _CharT, class _InputIter>
11#else
12template <class _CharT, class _InputIter = istreambuf_iterator<_CharT, char_traits<_CharT> > >
13#endif
14class money_get;
15
16#if defined (_STLP_LIMITED_DEFAULT_TEMPLATES)
17template <class _CharT, class _OutputIter>
18#else
19template <class _CharT, class _OutputIter = ostreambuf_iterator<_CharT, char_traits<_CharT> > >
20#endif
21class money_put;
22
23#if defined (_STLP_LIMITED_DEFAULT_TEMPLATES)
24template <class _CharT, class _InputIter>
25#else
26template <class _CharT, class _InputIter = istreambuf_iterator<_CharT, char_traits<_CharT> > >
27#endif
28class num_get;
29
30#if defined (_STLP_LIMITED_DEFAULT_TEMPLATES)
31template <class _CharT, class _OutputIter>
32#else
33template <class _CharT, class _OutputIter = ostreambuf_iterator<_CharT, char_traits<_CharT> > >
34#endif
35class num_put;
36
37#if defined (_STLP_LIMITED_DEFAULT_TEMPLATES)
38template <class _Ch, class _InIt>
39#else
40template <class _Ch, class _InIt = istreambuf_iterator<_Ch, char_traits<_Ch> > >
41#endif
42class time_get;
43
44#if defined (_STLP_LIMITED_DEFAULT_TEMPLATES)
45template <class _Ch, class _OutIt>
46#else
47template <class _Ch, class _OutIt = ostreambuf_iterator<_Ch, char_traits<_Ch> > >
48#endif
49class time_put;
50
52
53#endif
#define _STLP_BEGIN_NAMESPACE
Definition: features.h:501
#define _STLP_END_NAMESPACE
Definition: features.h:503