#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 |
Classes | |
class | std::fpos< StateT > |
Class representing stream positions. More... | |
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. Referenced by std::fpos< StateT >::fpos(), std::fpos< StateT >::operator+(), std::fpos< StateT >::operator+=(), std::fpos< StateT >::operator-(), and std::fpos< StateT >::operator-=(). |
|
File position for char streams. Definition at line 210 of file postypes.h. |
|
|
File position for wchar_t streams. Definition at line 212 of file postypes.h. |