cplusplus.com cplusplus.com
cplusplus.com   C++ : Reference : IOstream Library : streamoff
  Search:
- -
C++
Information
Documentation
Reference
Articles
Sourcecode
Forums
Reference
C Library
IOstream Library
Strings library
STL Containers
STL Algorithms
Miscellaneous
IOstream Library
manipulators
classes:
· filebuf
· fstream
· ifstream
· ios
· iostream
· ios_base
· istream
· istringstream
· ofstream
· ostream
· ostringstream
· streambuf
· stringbuf
· stringstream
objects:
· cerr
· cin
· clog
· cout
types:
· fpos
· streamoff
· streampos
· streamsize

-

streamoff type
<ios>

Stream offset type

Type to represent position offsets in a stream.

The underlying type is implementation defined, but must be able to be consistently converted to both streamsize and fpos (thus, to streampos too).

See also

streamsize Stream size type (types)
fpos Stream position class template (class template)
streampos Stream position type (type)

Home page | Privacy policy
© cplusplus.com, 2000-2008 - All rights reserved - v2.2
Spotted an error? contact us