tudocomp
– The TU Dortmund Compression Framework
tdc::lz78u Namespace Reference

Classes

class  BufferingStrategy
 
class  Decompressor
 
struct  Factor
 
class  root_childrank_support
 
class  StreamingStrategy
 
struct  SuffixTree
 This is a wrapper class around the sdsl-lite library to get a easier translation between the pseudocode in the LZCICS-paper and the C++ code. More...
 

Functions

void reset_bitvector (bit_vector &bv)
 

Function Documentation

◆ reset_bitvector()

void tdc::lz78u::reset_bitvector ( bit_vector &  bv)
inline

resets a bit-vector, clearing all ones

Definition at line 116 of file compressors/lz78u/SuffixTree.hpp.