#include <qsieve.H>
Public Member Functions | |
CStreamDecoder (std::istream &in_) | |
int | GetValue () |
Get a (compressed) value from the stream, return it decompressed. | |
Private Attributes | |
std::istream & | in |
int | ahead_value |
Definition at line 45 of file qsieve.H.
CStreamDecoder::CStreamDecoder | ( | std::istream & | in_ | ) | [inline] |
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().
std::istream& CStreamDecoder::in [private] |
int CStreamDecoder::ahead_value [private] |