#include <stdapis/stlportv5/stl/char_traits.h>
class fpos |
Public Member Functions | |
---|---|
fpos(streamoff) | |
fpos() | |
operator streamoff() | |
bool | operator!=(const fpos &) |
fpos | operator+(streamoff) |
fpos & | operator+=(streamoff) |
fpos | operator-(streamoff) |
fpos & | operator-=(streamoff) |
bool | operator==(const fpos &) |
_StateT | state() |
void | state(_StateT) |
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 | - |
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.
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.
bool | operator!= | ( | const fpos & | __y | ) | const [inline] |
bool | operator== | ( | const fpos & | __y | ) | const [inline] |
_StateT | state | ( | ) | const [inline] |
void | state | ( | _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 | - |