CStreamDecoder Class Reference

#include <qsieve.H>

Collaboration diagram for CStreamDecoder:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 CStreamDecoder (std::istream &in_)
int GetValue ()
 Get a (compressed) value from the stream, return it decompressed.

Private Attributes

std::istreamin
int ahead_value


Detailed Description

Definition at line 45 of file qsieve.H.


Constructor & Destructor Documentation

CStreamDecoder::CStreamDecoder ( std::istream in_  )  [inline]

Definition at line 51 of file qsieve.H.


Member Function Documentation

int CStreamDecoder::GetValue (  ) 

Get a (compressed) value from the stream, return it decompressed.

Definition at line 449 of file CRelation.cc.

References ahead_value, cerr, endl(), std::basic_ios< _CharT, _Traits >::failbit, in, MARK, std::basic_istream< _CharT, _Traits >::setstate(), and std::basic_istream< _CharT, _Traits >::unget().

Referenced by CRelation::combine(), CRelation::is_valid(), CRelation::multi_combine_main(), and SpecialRelations::split_by_primefactor().

Here is the call graph for this function:


Member Data Documentation

std::istream& CStreamDecoder::in [private]

Definition at line 48 of file qsieve.H.

Referenced by GetValue().

int CStreamDecoder::ahead_value [private]

Definition at line 49 of file qsieve.H.

Referenced by GetValue().


The documentation for this class was generated from the following files:
Generated on Wed Nov 7 23:31:30 2007 for Qsieve by  doxygen 1.5.4