/home/ntakagi/work/STLport-5.1.5/stlport/stl/_iosfwd.h File Reference#include <stl/char_traits.h>
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
Function Documentation
template<class _Facet>
const _Facet& use_facet |
( |
const locale & |
|
) |
[inline] |
Definition at line 284 of file _locale.h.
References _UseFacet().
Referenced by isalnum(), isalpha(), iscntrl(), isdigit(), isgraph(), islower(), isprint(), ispunct(), isspace(), isupper(), isxdigit(), tolower(), and toupper().
Variable Documentation
_STLP_TEMPLATE_NULL class collate< char > |
_STLP_TEMPLATE_NULL class collate< wchar_t > |
_STLP_TEMPLATE_NULL class ctype< char > |
_STLP_TEMPLATE_NULL class ctype< wchar_t > |
Generated on Mon Mar 10 15:32:49 2008 by
1.5.1
|