ReactOS 0.4.15-dev-7924-g5949c20
_fstream.c File Reference
#include <stl/_fstream.h>
#include <stl/_limits.h>
Include dependency graph for _fstream.c:

Go to the source code of this file.

Macros

#define _STLP_FSTREAM_C
 
#define __BF_int_type__   _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::int_type
 
#define __BF_pos_type__   _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::pos_type
 
#define __BF_off_type__   _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::off_type
 

Macro Definition Documentation

◆ __BF_int_type__

#define __BF_int_type__   _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::int_type

Definition at line 37 of file _fstream.c.

◆ __BF_off_type__

#define __BF_off_type__   _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::off_type

Definition at line 39 of file _fstream.c.

◆ __BF_pos_type__

#define __BF_pos_type__   _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::pos_type

Definition at line 38 of file _fstream.c.

◆ _STLP_FSTREAM_C

#define _STLP_FSTREAM_C

Definition at line 19 of file _fstream.c.