tudocomp
– The TU Dortmund Compression Framework
tdc::ASCIICoder::Decoder Class Reference

Decodes data from an ASCII character stream. More...

#include <ASCIICoder.hpp>

Inheritance diagram for tdc::ASCIICoder::Decoder:
tdc::Decoder tdc::Algorithm

Public Member Functions

template<typename value_t >
value_t decode (const Range &)
 
template<typename value_t >
value_t decode (const LiteralRange &)
 
template<typename value_t >
value_t decode (const BitRange &)
 
template<>
uliteral_t decode (const Range &r)
 
- Public Member Functions inherited from tdc::Decoder
 Decoder (Env &&env, std::shared_ptr< BitIStream > in)
 Constructor. More...
 
 Decoder (Env &&env, Input &in)
 Convenience constructor. More...
 
bool eof () const
 Tests whether the end of the bit input stream has been reached. More...
 
template<typename value_t >
value_t decode (const Range &r)
 Decodes an arbitrary-range integer value. More...
 
template<typename value_t >
value_t decode (const BitRange &r)
 Decodes a bit. More...
 
const std::shared_ptr< BitIStream > & stream ()
 
- 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
 

Additional Inherited Members

- Protected Attributes inherited from tdc::Decoder
std::shared_ptr< BitIStreamm_in
 The underlying bit input stream. More...
 

Detailed Description

Decodes data from an ASCII character stream.

Definition at line 53 of file ASCIICoder.hpp.

Member Function Documentation

◆ decode() [1/4]

template<typename value_t >
value_t tdc::ASCIICoder::Decoder::decode ( const Range )
inline

Definition at line 58 of file ASCIICoder.hpp.

◆ decode() [2/4]

template<typename value_t >
value_t tdc::ASCIICoder::Decoder::decode ( const LiteralRange )
inline

Definition at line 76 of file ASCIICoder.hpp.

◆ decode() [3/4]

template<typename value_t >
value_t tdc::ASCIICoder::Decoder::decode ( const BitRange )
inline

Definition at line 81 of file ASCIICoder.hpp.

◆ decode() [4/4]

template<>
uliteral_t tdc::ASCIICoder::Decoder::decode ( const Range r)
inline

Definition at line 94 of file ASCIICoder.hpp.


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