tudocomp
– The TU Dortmund Compression Framework
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
CreateAlgorithm.hpp File Reference

Go to the source code of this file.

Classes

class  tdc::Builder< T, registry_root_t >
 

Namespaces

 tdc
 Contains the text compression and encoding framework.
 

Functions

template<typename T , typename registry_root_t = T>
Builder< T, registry_root_t > tdc::builder ()
 Builder pattern template for easy algorithm instantiation. More...
 
template<class T , class... Args>
tdc::create_algo (const std::string &options, Args &&... args)
 Template for easy algorithm instantiation. More...
 
template<class T >
tdc::create_algo ()
 Template for easy algorithm instantiation. More...
 
Env tdc::create_env (Meta &&meta, const std::string &options="")
 Creates an environment. More...