Apache Mesos
|
Classes | |
class | ClassicLocale |
This object changes the current thread's locale to the default "C" locale for number printing purposes. More... | |
struct | LessPrefer |
struct | Prefer |
struct | IsSequence |
struct | HasMappedType |
Typedefs | |
typedef boost::variant< Null, String, Number, boost::recursive_wrapper < Object > , boost::recursive_wrapper < Array >, Boolean > | Variant |
Functions | |
Value | convert (const picojson::value &value) |
template<typename F , typename = typename result_of<F(WriterProxy)>::type> | |
std::function< void(std::ostream *)> | jsonify (const F &write, Prefer) |
template<typename T > | |
std::function< void(std::ostream *)> | jsonify (const T &value, LessPrefer) |
typedef boost::variant<Null, String, Number, boost::recursive_wrapper<Object>, boost::recursive_wrapper<Array>, Boolean> JSON::internal::Variant |
|
inline |
std::function<void(std::ostream*)> JSON::internal::jsonify | ( | const F & | write, |
Prefer | |||
) |
std::function<void(std::ostream*)> JSON::internal::jsonify | ( | const T & | value, |
LessPrefer | |||
) |