bigquery  v2
Public Member Functions | Static Public Member Functions | List of all members
google_bigquery_api::JsonObject Class Reference

#include <json_object.h>

Inheritance diagram for google_bigquery_api::JsonObject:

Public Member Functions

 JsonObject (const Json::Value &storage)
 
 JsonObject (Json::Value *storage)
 
virtual ~JsonObject ()
 
const StringPiece GetTypeName () const
 

Static Public Member Functions

static JsonObjectNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ JsonObject() [1/2]

google_bigquery_api::JsonObject::JsonObject ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~JsonObject()

google_bigquery_api::JsonObject::~JsonObject ( )
virtual

Standard destructor.

Member Function Documentation

◆ GetTypeName()

const StringPiece google_bigquery_api::JsonObject::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_bigquery_api::JsonObject

◆ 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: