tudocomp
– The TU Dortmund Compression Framework
tdc::esp::DMonotonSubseq< subseq_t, d_coding_t > Class Template Reference

#include <DRCoder.hpp>

Inheritance diagram for tdc::esp::DMonotonSubseq< subseq_t, d_coding_t >:
tdc::Algorithm

Public Member Functions

template<typename rhs_t >
void encode (const rhs_t &rhs, std::shared_ptr< BitOStream > &out, size_t bit_width, size_t max_value) const
 
template<typename rhs_t >
void decode (rhs_t &D, std::shared_ptr< BitIStream > &in, size_t bit_width, size_t max_value) const
 
- Public Member Functions inherited from tdc::Algorithm
virtual ~Algorithm ()=default
 
 Algorithm (Algorithm const &)=default
 
 Algorithm (Algorithm &&)=default
 
Algorithmoperator= (Algorithm const &)=default
 
Algorithmoperator= (Algorithm &&)=default
 
 Algorithm (Env &&env)
 Instantiates an algorithm in the specified environment. More...
 
Envenv ()
 Provides access to the environment that the algorithm works in. More...
 
const Envenv () const
 

Static Public Member Functions

static Meta meta ()
 

Detailed Description

template<typename subseq_t = SubSeqOptimal, typename d_coding_t = DWaveletTree>
class tdc::esp::DMonotonSubseq< subseq_t, d_coding_t >

Definition at line 154 of file DRCoder.hpp.

Member Function Documentation

◆ decode()

template<typename subseq_t = SubSeqOptimal, typename d_coding_t = DWaveletTree>
template<typename rhs_t >
void tdc::esp::DMonotonSubseq< subseq_t, d_coding_t >::decode ( rhs_t &  D,
std::shared_ptr< BitIStream > &  in,
size_t  bit_width,
size_t  max_value 
) const
inline

Definition at line 242 of file DRCoder.hpp.

◆ encode()

template<typename subseq_t = SubSeqOptimal, typename d_coding_t = DWaveletTree>
template<typename rhs_t >
void tdc::esp::DMonotonSubseq< subseq_t, d_coding_t >::encode ( const rhs_t &  rhs,
std::shared_ptr< BitOStream > &  out,
size_t  bit_width,
size_t  max_value 
) const
inline

Definition at line 165 of file DRCoder.hpp.

◆ meta()

template<typename subseq_t = SubSeqOptimal, typename d_coding_t = DWaveletTree>
static Meta tdc::esp::DMonotonSubseq< subseq_t, d_coding_t >::meta ( )
inlinestatic

Definition at line 156 of file DRCoder.hpp.


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