tudocomp
– The TU Dortmund Compression Framework
|
Template for containers of values that are supported by the std::ostream
left shift operator for string conversion.
More...
#include <Json.hpp>
Public Member Functions | |
TValue (const T &value) | |
Constructs a value container. More... | |
virtual void | str (std::ostream &s, unsigned int=0) const override |
Yields the JSON string representation of the contained value. More... | |
Public Member Functions inherited from tdc::json::Value | |
std::string | str () const |
Returns this value's JSON string representation. More... | |
Template for containers of values that are supported by the std::ostream
left shift operator for string conversion.
T | the contained value type |
|
inline |
|
inlineoverridevirtual |
Yields the JSON string representation of the contained value.
Implements tdc::json::Value.