#include <qsieve.H>

Public Member Functions | |
| CStreamEncoder (std::ostream &out_) | |
| void | PutValue (const int w) | 
| Put a value (compressed) to the stream.   | |
Private Attributes | |
| std::ostream & | out | 
| int | prev_value | 
Definition at line 33 of file qsieve.H.
| CStreamEncoder::CStreamEncoder | ( | std::ostream & | out_ | ) |  [inline] | 
        
| void CStreamEncoder::PutValue | ( | const int | w | ) | 
Put a value (compressed) to the stream.
Definition at line 481 of file CRelation.cc.
References cerr, endl(), std::basic_ios< _CharT, _Traits >::failbit, MARK, out, prev_value, and std::basic_ostream< _CharT, _Traits >::setstate().
Referenced by CRelation::save(), and SpecialRelations::split_by_primefactor().

std::ostream& CStreamEncoder::out [private]           | 
        
int CStreamEncoder::prev_value [private]           | 
        
 1.5.4