#include <fpos.h>
Inheritance diagram for std::fpos< StateT >:

Public Types | |
| typedef StateT | state_type |
Public Member Functions | |
| state_type | state () const |
| void | state (state_type st) |
| fpos () | |
| fpos (streamoff __off, state_type st=state_type()) | |
| operator streamoff () const | |
| fpos & | operator+= (streamoff __off) |
| fpos & | operator-= (streamoff __off) |
| fpos | operator+ (streamoff __off) |
| fpos | operator- (streamoff __off) |
| bool | operator== (const fpos &position) const |
| bool | operator!= (const fpos &position) const |
| streamoff | M_position () const |
| void | M_position (streamoff __off) |
Private Attributes | |
| streamoff | M_off |
| state_type | M_st |
Definition at line 56 of file fpos.h.
1.4.7