fpos Class Reference

class fpos
Public Member Functions
fpos(streamoff)
fpos()
operator streamoff()
bool _STLP_CALLoperator!=(const fpos< _StateT > &)
fpos< _StateT >operator+(streamoff)
fpos< _StateT > &operator+=(streamoff)
fpos< _StateT >operator-(streamoff)
fpos< _StateT > &operator-=(streamoff)
bool _STLP_CALLoperator==(const fpos< _StateT > &)
_StateTstate()
voidstate(_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_CALLoperator!=(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_CALLoperator==(const fpos< _StateT > &__y)const [inline]

Parameters

const fpos< _StateT > & __y

state()

_StateTstate()const [inline]

state(_StateT)

voidstate(_StateT__st)[inline]

Parameters

_StateT __st

Member Data Documentation

streamoff _M_pos

streamoff _M_pos[private]

_StateT _M_st

_StateT_M_st[private]