#include <json_object.h>
◆ JsonObject() [1/2]
| google_bigquery_api::JsonObject::JsonObject |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ JsonObject() [2/2]
| google_bigquery_api::JsonObject::JsonObject |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~JsonObject()
| google_bigquery_api::JsonObject::~JsonObject |
( |
| ) |
|
|
virtual |
◆ GetTypeName()
| const StringPiece google_bigquery_api::JsonObject::GetTypeName |
( |
| ) |
const |
|
inline |
◆ New()
| JsonObject * google_bigquery_api::JsonObject::New |
( |
| ) |
|
|
static |
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
The documentation for this class was generated from the following files:
- google/bigquery_api/json_object.h
- google/bigquery_api/json_object.cc