cplusplus.com
  C++ Library Reference : IOstream Library : fpos
- -
º¯Êý¿â
C++º¯Êý¿â
Cº¯Êý¿â
C++º¯Êý¿â
C Library
IOstream Library
Strings library
STL Containers
STL Algorithms
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

-

fpos class template
template <class stateT> class fpos;

Stream position class template

Class template used as a template for types to indicate positions in streams. The template depends on the state type stateT.

The class is implementation-defined, but has at least two members:

stateT state() const;
void state(stateT);


© Copyright © 2007-2008 ¿áÇÚÍø All Rights Reserved