Standard C++ Library Reference ISO/IEC (VERSION3)

wfstream
typedef basic_fstream<wchar_t, char_traits<wchar_t> >
wfstream;
The type is a synonym for template class basic_fstream, specialized for elements of type
wchar_t with default character traits.
wifstream
typedef basic_ifstream<wchar_t, char_traits<wchar_t> >
wifstream;
The type is a synonym for template class basic_ifstream, specialized for elements of type
wchar_t with default character traits.
wofstream
typedef basic_ofstream<wchar_t, char_traits<wchar_t> >
wofstream;
The type is a synonym for template class basic_ofstream, specialized for elements of type
wchar_t with default character traits.
wfilebuf
typedef basic_filebuf<wchar_t, char_traits<wchar_t> >
wfilebuf;
The type is a synonym for template class basic_filebuf, specialized for elements of type
wchar_t with default character traits.
See also the Table of Contents and the Index.
Copyright © 1992-2001 by P.J. Plauger. All rights reserved.