MIRA
Functions
json_spirit Namespace Reference

Functions

template<typename OStream >
OStream & operator<< (OStream &os, const mira::JSONValue &value)
 
mira::BinaryStlOstreamoperator<< (mira::BinaryStlOstream &os, const mira::JSONValue &value)
 
mira::BinaryBufferOstreamoperator<< (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)
 

Function Documentation

◆ operator<<() [1/3]

OStream& json_spirit::operator<< ( OStream &  os,
const mira::JSONValue value 
)
inline

◆ operator<<() [2/3]

mira::BinaryStlOstream& json_spirit::operator<< ( mira::BinaryStlOstream os,
const mira::JSONValue value 
)
inline

◆ operator<<() [3/3]

mira::BinaryBufferOstream& json_spirit::operator<< ( mira::BinaryBufferOstream os,
const mira::JSONValue value 
)
inline

◆ operator>>() [1/2]

IStream& json_spirit::operator>> ( IStream &  is,
mira::JSONValue value 
)
inline

◆ operator>>() [2/2]

std::basic_stringstream<CharT>& json_spirit::operator>> ( std::basic_stringstream< CharT > &  is,
mira::JSONValue value 
)
inline