tudocomp
– The TU Dortmund Compression Framework
|
#include <map>
#include <set>
#include <sstream>
#include <stack>
#include <stdexcept>
#include <string>
#include <vector>
#include <glog/logging.h>
#include <tudocomp/ds/TextDSFlags.hpp>
#include <tudocomp/util.hpp>
Go to the source code of this file.
Classes | |
class | tdc::AlgorithmValue |
class | tdc::OptionValue |
Namespaces | |
tdc | |
Contains the text compression and encoding framework. | |
Functions | |
template<typename T > | |
T | tdc::lexical_cast (const std::string &s) |
std::ostream & | tdc::operator<< (std::ostream &os, const AlgorithmValue &av) |
std::ostream & | tdc::operator<< (std::ostream &os, const OptionValue &ov) |