fpos Class Reference

class fpos
Public Member Functions
fpos ( streamoff )
fpos ()
operator streamoff ()
bool _STLP_CALL operator!= (const fpos < _StateT > &)
fpos < _StateT > operator+ ( streamoff )
fpos < _StateT > & operator+= ( streamoff )
fpos < _StateT > operator- ( streamoff )
fpos < _StateT > & operator-= ( streamoff )
bool _STLP_CALL operator== (const fpos < _StateT > &)
_StateT state ()
void state (_StateT)
Private Attributes
streamoff _M_pos
_StateT _M_st

Constructor & Destructor Documentation

fpos(streamoff)

fpos ( streamoff __pos ) [inline]

Parameters

streamoff __pos

fpos()

fpos ( ) [inline]

Member Functions Documentation

operator streamoff()

operator streamoff ( ) const [inline]

operator!=(const fpos< _StateT > &)

bool _STLP_CALL operator!= ( const fpos < _StateT > & __y ) const [inline]

Parameters

const fpos < _StateT > & __y

operator+(streamoff)

fpos < _StateT > operator+ ( streamoff __off ) [inline]

Parameters

streamoff __off

operator+=(streamoff)

fpos < _StateT > & operator+= ( streamoff __off ) [inline]

Parameters

streamoff __off

operator-(streamoff)

fpos < _StateT > operator- ( streamoff __off ) [inline]

Parameters

streamoff __off

operator-=(streamoff)

fpos < _StateT > & operator-= ( streamoff __off ) [inline]

Parameters

streamoff __off

operator==(const fpos< _StateT > &)

bool _STLP_CALL operator== ( const fpos < _StateT > & __y ) const [inline]

Parameters

const fpos < _StateT > & __y

state()

_StateT state ( ) const [inline]

state(_StateT)

void state ( _StateT __st ) [inline]

Parameters

_StateT __st

Member Data Documentation

streamoff _M_pos

streamoff _M_pos [private]

_StateT _M_st

_StateT _M_st [private]