tudocomp
– The TU Dortmund Compression Framework
|
#include <map>
#include <memory>
#include <vector>
#include <sstream>
Go to the source code of this file.
Classes | |
class | tdc::json::Value |
Represents a single value that can be represented as a JSON string. More... | |
class | tdc::json::TValue< T > |
Template for containers of values that are supported by the std::ostream left shift operator for string conversion. More... | |
class | tdc::json::Array |
Represents an array of values. More... | |
class | tdc::json::Object |
Represents a JSON object that behaves like a dictionary. More... | |
Namespaces | |
tdc | |
Contains the text compression and encoding framework. | |
tdc::json | |
Contains a basic JSON builder implementation. | |