AvTranscoder
0.9.4
C++APIforLibav/FFmpeg
|
Write an array to a stream. More...
#include <JsonWriter.hpp>
Public Member Functions | |
JsonArrayStreamWriter () | |
template<typename T > | |
JsonArrayStreamWriter & | operator<< (T value) |
![]() | |
JsonStreamWriter () | |
virtual | ~JsonStreamWriter () |
virtual std::string | build () |
template<> | |
JsonStreamWriter & | operator<< (bool value) |
template<> | |
JsonStreamWriter & | operator<< (const char *string) |
template<> | |
JsonStreamWriter & | operator<< (JsonNull) |
Protected Member Functions | |
virtual std::ostream & | finish () |
![]() | |
template<typename T > | |
JsonStreamWriter & | operator<< (T value) |
JsonStreamWriter & | addSep () |
std::string | escapeJsonString (const std::string &input) |
Additional Inherited Members | |
![]() | |
std::ostringstream | stream |
bool | first |
Write an array to a stream.
Definition at line 106 of file JsonWriter.hpp.
|
inline |
Definition at line 109 of file JsonWriter.hpp.
|
inlineprotectedvirtual |
Implements avtranscoder::json::JsonStreamWriter.
Definition at line 119 of file JsonWriter.hpp.
|
inline |
Definition at line 112 of file JsonWriter.hpp.