ReactOS 0.4.15-dev-7958-gcd0bb1a
_iosfwd.h File Reference
#include <stl/char_traits.h>
Include dependency graph for _iosfwd.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef basic_ios< char, char_traits< char > > ios
 
typedef basic_ios< wchar_t, char_traits< wchar_t > > wios
 
typedef basic_istream< char, char_traits< char > > istream
 
typedef basic_ostream< char, char_traits< char > > ostream
 
typedef basic_iostream< char, char_traits< char > > iostream
 
typedef basic_streambuf< char, char_traits< char > > streambuf
 
typedef basic_stringbuf< char, char_traits< char >, allocator< char > > stringbuf
 
typedef basic_istringstream< char, char_traits< char >, allocator< char > > istringstream
 
typedef basic_ostringstream< char, char_traits< char >, allocator< char > > ostringstream
 
typedef basic_stringstream< char, char_traits< char >, allocator< char > > stringstream
 
typedef basic_filebuf< char, char_traits< char > > filebuf
 
typedef basic_ifstream< char, char_traits< char > > ifstream
 
typedef basic_ofstream< char, char_traits< char > > ofstream
 
typedef basic_fstream< char, char_traits< char > > fstream
 
typedef basic_streambuf< wchar_t, char_traits< wchar_t > > wstreambuf
 
typedef basic_istream< wchar_t, char_traits< wchar_t > > wistream
 
typedef basic_ostream< wchar_t, char_traits< wchar_t > > wostream
 
typedef basic_iostream< wchar_t, char_traits< wchar_t > > wiostream
 
typedef basic_stringbuf< wchar_t, char_traits< wchar_t >, allocator< wchar_t > > wstringbuf
 
typedef basic_istringstream< wchar_t, char_traits< wchar_t >, allocator< wchar_t > > wistringstream
 
typedef basic_ostringstream< wchar_t, char_traits< wchar_t >, allocator< wchar_t > > wostringstream
 
typedef basic_stringstream< wchar_t, char_traits< wchar_t >, allocator< wchar_t > > wstringstream
 
typedef basic_filebuf< wchar_t, char_traits< wchar_t > > wfilebuf
 
typedef basic_ifstream< wchar_t, char_traits< wchar_t > > wifstream
 
typedef basic_ofstream< wchar_t, char_traits< wchar_t > > wofstream
 
typedef basic_fstream< wchar_t, char_traits< wchar_t > > wfstream
 

Functions

template<class _Facet >
const _Facet & use_facet (const locale &)
 

Variables

_STLP_TEMPLATE_NULL class ctype< char >
 
_STLP_TEMPLATE_NULL class ctype_byname< char >
 
_STLP_TEMPLATE_NULL class collate< char >
 
_STLP_TEMPLATE_NULL class collate_byname< char >
 
_STLP_TEMPLATE_NULL class ctype< wchar_t >
 
_STLP_TEMPLATE_NULL class ctype_byname< wchar_t >
 
_STLP_TEMPLATE_NULL class collate< wchar_t >
 
_STLP_TEMPLATE_NULL class collate_byname< wchar_t >
 

Typedef Documentation

◆ filebuf

Definition at line 130 of file _iosfwd.h.

◆ fstream

Definition at line 133 of file _iosfwd.h.

◆ ifstream

Definition at line 131 of file _iosfwd.h.

◆ ios

Definition at line 78 of file _iosfwd.h.

◆ iostream

Definition at line 122 of file _iosfwd.h.

◆ istream

Definition at line 120 of file _iosfwd.h.

◆ istringstream

Definition at line 126 of file _iosfwd.h.

◆ ofstream

Definition at line 132 of file _iosfwd.h.

◆ ostream

Definition at line 121 of file _iosfwd.h.

◆ ostringstream

Definition at line 127 of file _iosfwd.h.

◆ streambuf

Definition at line 123 of file _iosfwd.h.

◆ stringbuf

Definition at line 125 of file _iosfwd.h.

◆ stringstream

Definition at line 128 of file _iosfwd.h.

◆ wfilebuf

Definition at line 147 of file _iosfwd.h.

◆ wfstream

Definition at line 150 of file _iosfwd.h.

◆ wifstream

Definition at line 148 of file _iosfwd.h.

◆ wios

Definition at line 81 of file _iosfwd.h.

◆ wiostream

Definition at line 140 of file _iosfwd.h.

◆ wistream

Definition at line 138 of file _iosfwd.h.

◆ wistringstream

◆ wofstream

Definition at line 149 of file _iosfwd.h.

◆ wostream

Definition at line 139 of file _iosfwd.h.

◆ wostringstream

◆ wstreambuf

Definition at line 137 of file _iosfwd.h.

◆ wstringbuf

Definition at line 142 of file _iosfwd.h.

◆ wstringstream

Function Documentation

◆ use_facet()

template<class _Facet >
const _Facet & use_facet ( const locale __loc)
inline

Definition at line 290 of file _locale.h.

292{
293 _Facet *__facet = 0;
294 return *(_STLP_PRIV _UseFacet(__loc, __facet));
295}
#define _STLP_PRIV
Definition: _dm.h:70
_Facet * _UseFacet(const locale &__loc, const _Facet *__facet)
Definition: _locale.h:348

Variable Documentation

◆ collate< char >

Definition at line 105 of file _iosfwd.h.

◆ collate< wchar_t >

Definition at line 111 of file _iosfwd.h.

◆ collate_byname< char >

Definition at line 106 of file _iosfwd.h.

◆ collate_byname< wchar_t >

Definition at line 112 of file _iosfwd.h.

◆ ctype< char >

Definition at line 103 of file _iosfwd.h.

◆ ctype< wchar_t >

Definition at line 109 of file _iosfwd.h.

◆ ctype_byname< char >

Definition at line 104 of file _iosfwd.h.

◆ ctype_byname< wchar_t >

Definition at line 110 of file _iosfwd.h.