fpos Members

Reference

Constructors

fpos

Create an object that contains information about a position (offset) in a stream.

Member Functions

seekpos

Used internally by the Standard C++ Library only. Do not call this method from your code.

state

Sets or returns the conversion state.

Operators

operator!=

Tests file-position indicators for inequality.

operator+

Increments a file-position indicator.

operator+=

Increments a file-position indicator.

operator-

Decrements a file-position indicator.

operator-=

Decrements a file-position indicator.

operator==

Tests file-position indicators for equality.

operator streamoff

Casts object of type fpos to object of type streamoff.

See Also

Reference

fpos Class

Thread Safety in the Standard C++ Library

iostream Programming

iostreams Conventions