System documentation of the GNU Image-Finding Tool

Public Member Functions | List of all members
CStreamPos< T > Class Template Reference

a wrapper for streampos, so we can do increments on it More...

#include <merge_sort_streams.h>

Public Member Functions

 CStreamPos (T inContent)
 
 CStreamPos (long int inContent)
 
 operator T () const
 
 operator long int () const
 
CStreamPos< T > & operator++ ()
 
CStreamPos< T > operator++ (int)
 
CStreamPos< T > operator% (int inMod) const
 
CStreamPos< T > operator/ (int inMod) const
 
bool operator< (CStreamPos< T > &inThan) const
 
bool operator! () const
 
CStreamPos< T > operator+ (CStreamPos< T > &inSummand)
 

Detailed Description

template<typename T>
class CStreamPos< T >

a wrapper for streampos, so we can do increments on it


The documentation for this class was generated from the following file:

Need for discussion? Want to contribute? Contact
help-gift@gnu.org Generated using Doxygen