Whole document tree
    

Whole document tree

Templatestd::fpos class Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::fpos< _StateT > Class Template Reference

#include <fpos.h>

List of all members.

Public Types

typedef _StateT __state_type

Public Methods

__state_type state () const
void state (__state_type __st)
 fpos ()
 fpos (streamoff __off, __state_type __st=__state_type())
 operator streamoff () const
fpos & operator+= (streamoff __off)
fpos & operator-= (streamoff __off)
fpos operator+ (streamoff __off)
fpos operator- (streamoff __off)
bool operator== (const fpos &__pos) const
bool operator!= (const fpos &__pos) const
streamoff _M_position () const
void _M_position (streamoff __off)

Private Attributes

streamoff _M_off
__state_type _M_st

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


Member Typedef Documentation

template<typename _StateT>
typedef _StateT std::fpos< _StateT >::__state_type
 

Definition at line 52 of file fpos.h.

Referenced by std::fpos< _StateT >::fpos(), and std::fpos< _StateT >::state().


Constructor & Destructor Documentation

template<typename _StateT>
std::fpos< _StateT >::fpos   [inline]
 

Definition at line 67 of file fpos.h.

References std::fpos< _StateT >::__state_type, std::fpos< _StateT >::_M_off, and std::fpos< _StateT >::_M_st.

template<typename _StateT>
std::fpos< _StateT >::fpos streamoff    __off,
__state_type    __st = __state_type()
[inline]
 

Definition at line 69 of file fpos.h.

References std::fpos< _StateT >::__state_type, std::fpos< _StateT >::_M_off, and std::fpos< _StateT >::_M_st.


Member Function Documentation

template<typename _StateT>
void std::fpos< _StateT >::_M_position streamoff    __off [inline]
 

Definition at line 108 of file fpos.h.

References std::fpos< _StateT >::_M_off.

template<typename _StateT>
streamoff std::fpos< _StateT >::_M_position   const [inline]
 

Definition at line 105 of file fpos.h.

References std::fpos< _StateT >::_M_off.

template<typename _StateT>
std::fpos< _StateT >::operator streamoff   const [inline]
 

Definition at line 72 of file fpos.h.

References std::fpos< _StateT >::_M_off.

template<typename _StateT>
bool std::fpos< _StateT >::operator!= const fpos< _StateT > &    __pos const [inline]
 

Definition at line 101 of file fpos.h.

References std::fpos< _StateT >::_M_off.

template<typename _StateT>
fpos std::fpos< _StateT >::operator+ streamoff    __off [inline]
 

Definition at line 81 of file fpos.h.

template<typename _StateT>
fpos& std::fpos< _StateT >::operator+= streamoff    __off [inline]
 

Definition at line 75 of file fpos.h.

References std::fpos< _StateT >::_M_off.

template<typename _StateT>
fpos std::fpos< _StateT >::operator- streamoff    __off [inline]
 

Definition at line 89 of file fpos.h.

template<typename _StateT>
fpos& std::fpos< _StateT >::operator-= streamoff    __off [inline]
 

Definition at line 78 of file fpos.h.

References std::fpos< _StateT >::_M_off.

template<typename _StateT>
bool std::fpos< _StateT >::operator== const fpos< _StateT > &    __pos const [inline]
 

Definition at line 97 of file fpos.h.

References std::fpos< _StateT >::_M_off.

template<typename _StateT>
void std::fpos< _StateT >::state __state_type    __st [inline]
 

Definition at line 63 of file fpos.h.

References std::fpos< _StateT >::__state_type, and std::fpos< _StateT >::_M_st.

template<typename _StateT>
__state_type std::fpos< _StateT >::state   const [inline]
 

Definition at line 60 of file fpos.h.

References std::fpos< _StateT >::_M_st.


Member Data Documentation

template<typename _StateT>
streamoff std::fpos< _StateT >::_M_off [private]
 

Definition at line 55 of file fpos.h.

Referenced by std::fpos< _StateT >::_M_position(), std::fpos< _StateT >::fpos(), std::fpos< _StateT >::operator streamoff(), std::fpos< _StateT >::operator!=(), std::fpos< _StateT >::operator+=(), std::fpos< _StateT >::operator-=(), and std::fpos< _StateT >::operator==().

template<typename _StateT>
__state_type std::fpos< _StateT >::_M_st [private]
 

Definition at line 56 of file fpos.h.

Referenced by std::fpos< _StateT >::fpos(), and std::fpos< _StateT >::state().


The documentation for this class was generated from the following file:
Generated on Mon Apr 8 03:18:55 2002 for libstdc++-v3 Source by doxygen1.2.15