RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Member Functions | Static Public Attributes
RTBKIT::JsonHolder Struct Reference

#include <json_holder.h>

List of all members.

Public Member Functions

 JsonHolder (Json::Value &&val)
 JsonHolder (const Json::Value &val)
 JsonHolder (const std::string &str)
JsonHolderoperator= (Json::Value &&val)
JsonHolderoperator= (const Json::Value &val)
JsonHolderoperator= (const std::string &val)
void clear ()
const std::string & toString () const
const Json::ValuetoJson () const
void serialize (ML::DB::Store_Writer &store) const
void reconstitute (ML::DB::Store_Reader &store)
bool isNonNull () const

Static Public Attributes

static const std::string nullStr

Detailed Description

Read-only access to JSON data. Much more efficient than using a Json::Value.

Definition at line 28 of file json_holder.h.


The documentation for this struct was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator