#include <fpos.h>
Public Types | |
typedef _StateT | __state_type |
Public Methods | |
__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 &__pos) const |
bool | operator!= (const fpos &__pos) const |
streamoff | _M_position () const |
void | _M_position (streamoff __off) |
Private Attributes | |
__state_type | _M_st |
streamoff | _M_off |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|