|
_STD_BEGIN _CRTIMP2_PURE _Filet *__CLRCALL_PURE_OR_CDECL | _Fiopen (const char *, ios_base::openmode, int) |
|
_CRTIMP2_PURE _Filet *__CLRCALL_PURE_OR_CDECL | _Fiopen (const wchar_t *, ios_base::openmode, int) |
|
template<class _Elem > |
bool | _Fgetc (_Elem &_Ch, _Filet *_File) |
|
template<> |
bool | _Fgetc (char &_Byte, _Filet *_File) |
|
template<> |
bool | _Fgetc (wchar_t &_Wchar, _Filet *_File) |
|
template<class _Elem > |
bool | _Fputc (_Elem _Ch, _Filet *_File) |
|
template<> |
bool | _Fputc (char _Byte, _Filet *_File) |
|
template<> |
bool | _Fputc (wchar_t _Wchar, _Filet *_File) |
|
template<class _Elem > |
bool | _Ungetc (const _Elem &_Ch, _Filet *_File) |
|
template<> |
bool | _Ungetc (const char &_Byte, _Filet *_File) |
|
template<> |
bool | _Ungetc (const signed char &_Byte, _Filet *_File) |
|
template<> |
bool | _Ungetc (const unsigned char &_Byte, _Filet *_File) |
|
template<> |
bool | _Ungetc (const wchar_t &_Wchar, _Filet *_File) |
|
template<class _Elem , class _Traits > |
void | swap (basic_filebuf< _Elem, _Traits > &_Left, basic_filebuf< _Elem, _Traits > &_Right) |
|
template<class _Elem , class _Traits > |
void | swap (basic_ifstream< _Elem, _Traits > &_Left, basic_ifstream< _Elem, _Traits > &_Right) |
|
template<class _Elem , class _Traits > |
void | swap (basic_ofstream< _Elem, _Traits > &_Left, basic_ofstream< _Elem, _Traits > &_Right) |
|
template<class _Elem , class _Traits > |
void | swap (basic_fstream< _Elem, _Traits > &_Left, basic_fstream< _Elem, _Traits > &_Right) |
|