Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::fpos Class Template Reference

#include <fpos.h>

List of all members.

Public Types


Public Methods

template<typename _StateT> class std::fpos


Member Typedef Documentation

typedef _StateT __state_type
 


Constructor & Destructor Documentation

fpos ( ) [inline]
 

fpos ( streamoff __off,
__state_type __st = __state_type() ) [inline]
 


Member Function Documentation

__state_type state ( ) const [inline]
 

void state ( __state_type __st ) [inline]
 

operator streamoff ( ) const [inline]
 

fpos & operator+= ( streamoff __off ) [inline]
 

fpos & operator-= ( streamoff __off ) [inline]
 

fpos & operator+ ( streamoff __off ) [inline]
 

fpos & operator- ( streamoff __off ) [inline]
 

bool operator== ( const fpos<_StateT> & __pos ) const [inline]
 

bool operator!= ( const fpos<_StateT> & __pos ) const [inline]
 

streamoff _M_position ( ) const [inline]
 

void _M_position ( streamoff __off ) [inline]
 


The documentation for this class was generated from the following file:
Generated at Fri Apr 6 15:54:34 2001 for libstdc++ by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001