Go to the source code of this file.
|
| | tdc |
| | Contains the text compression and encoding framework.
|
| |
|
| 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> |
| T | tdc::create_algo (const std::string &options, Args &&... args) |
| | Template for easy algorithm instantiation. More...
|
| |
| template<class T > |
| T | tdc::create_algo () |
| | Template for easy algorithm instantiation. More...
|
| |
| Env | tdc::create_env (Meta &&meta, const std::string &options="") |
| | Creates an environment. More...
|
| |