#include "common.hpp"
#include <vector>
#include <iostream>
Include dependency graph for DecoderBase.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | DecoderBase< O > |
A decoder is responsible to decode the items in an item sequence and write out the decoded sequence. A decoder is an output manager extended by setCodeInverse
function
Definition in file DecoderBase.hpp.