#include <cwchar>
Include dependency graph for postypes.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | std |
Typedefs | |
typedef long long | streamoff |
Type used by fpos, char_traits<char>, and char_traits<wchar_t>. | |
typedef ptrdiff_t | streamsize |
Integral type for I/O operation counts and buffer sizes. | |
typedef fpos< mbstate_t > | streampos |
File position for char streams. | |
typedef fpos< mbstate_t > | wstreampos |
File position for wchar_t streams. |
Definition in file postypes.h.
|
Type used by fpos, char_traits<char>, and char_traits<wchar_t>.
Definition at line 74 of file postypes.h. |
|
File position for char streams.
Definition at line 210 of file postypes.h. |
|
Integral type for I/O operation counts and buffer sizes.
Definition at line 78 of file postypes.h. |
|
File position for wchar_t streams.
Definition at line 212 of file postypes.h. |