fpos Class Reference

#include <stdapis/stlport/stl/char_traits.h>

Link against: glxfullscreenview.lib

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)

Constructor & Destructor Documentation

fpos ( streamoff )

fpos(streamoff__pos)[inline]

fpos ( )

fpos()[inline]

Member Function Documentation

operator streamoff ( )

operator streamoff()const [inline]

operator!= ( const fpos< _StateT > & )

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

operator+ ( streamoff )

fpos< _StateT >operator+(streamoff__off)[inline]

operator+= ( streamoff )

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

operator- ( streamoff )

fpos< _StateT >operator-(streamoff__off)[inline]

operator-= ( streamoff )

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

operator== ( const fpos< _StateT > & )

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

state ( )

_StateTstate()const [inline]

state ( _StateT )

voidstate(_StateT__st)[inline]