fpos Class Reference

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

class fpos

Constructor & Destructor Documentation

fpos ( streamoff )

fpos(streamoff__pos)[inline]

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

Parameters
__pos-
Return Value
-

fpos ( )

fpos()[inline]

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

Return Value
-

Member Function Documentation

operator streamoff ( )

operator streamoff()const [inline]

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

Return Value
-

operator!= ( const fpos & )

booloperator!=(const fpos &__y)const [inline]

operator+ ( streamoff )

fpos operator+(streamoff__off)[inline]

operator+= ( streamoff )

fpos &operator+=(streamoff__off)[inline]

operator- ( streamoff )

fpos operator-(streamoff__off)[inline]

operator-= ( streamoff )

fpos &operator-=(streamoff__off)[inline]

operator== ( const fpos & )

booloperator==(const fpos &__y)const [inline]

state ( )

_StateTstate()const [inline]

state ( _StateT )

voidstate(_StateT__st)[inline]

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

Parameters
__st-
Return Value
-