|
template<typename OStream > |
OStream & | operator<< (OStream &os, const mira::JSONValue &value) |
|
mira::BinaryStlOstream & | operator<< (mira::BinaryStlOstream &os, const mira::JSONValue &value) |
|
mira::BinaryBufferOstream & | operator<< (mira::BinaryBufferOstream &os, const mira::JSONValue &value) |
|
template<typename IStream > |
IStream & | operator>> (IStream &is, mira::JSONValue &value) |
|
template<typename CharT > |
std::basic_stringstream< CharT > & | operator>> (std::basic_stringstream< CharT > &is, mira::JSONValue &value) |
|