std::fpos< StateT > Class Template Reference

#include <fpos.h>

Inheritance diagram for std::fpos< StateT >:

Inheritance graph
[legend]
List of all members.

Public Types

typedef StateT state_type

Public Member Functions

state_type state () const
void state (state_type st)
 fpos ()
 fpos (streamoff __off, state_type st=state_type())
 operator streamoff () const
fposoperator+= (streamoff __off)
fposoperator-= (streamoff __off)
fpos operator+ (streamoff __off)
fpos operator- (streamoff __off)
bool operator== (const fpos &position) const
bool operator!= (const fpos &position) const
streamoff M_position () const
void M_position (streamoff __off)

Private Attributes

streamoff M_off
state_type M_st

Detailed Description

template<typename StateT>
class std::fpos< StateT >

Todo:
Doc me! See docs/doxygen/TODO and http://gcc.gnu.org/ml/libstdc++/2002-02/msg00003.html for more.

Definition at line 56 of file fpos.h.


The documentation for this class was generated from the following file:
Generated on Sun Jul 29 20:40:08 2007 for libstdc++-v3 Source by  doxygen 1.5.2