books  v1
Classes | Public Member Functions | Static Public Member Functions | List of all members
google_books_api::Dictlayerdata::DictlayerdataDict Class Reference

#include <dictlayerdata.h>

Inheritance diagram for google_books_api::Dictlayerdata::DictlayerdataDict:

Classes

class  DictlayerdataDictSource
 
class  DictlayerdataDictWords
 

Public Member Functions

 DictlayerdataDict (const Json::Value &storage)
 
 DictlayerdataDict (Json::Value *storage)
 
virtual ~DictlayerdataDict ()
 
const StringPiece GetTypeName () const
 
bool has_source () const
 
void clear_source ()
 
const DictlayerdataDictSource get_source () const
 
DictlayerdataDictSource mutable_source ()
 
bool has_words () const
 
void clear_words ()
 
const client::JsonCppArray< DictlayerdataDictWordsget_words () const
 
client::JsonCppArray< DictlayerdataDictWordsmutable_words ()
 

Static Public Member Functions

static DictlayerdataDictNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ DictlayerdataDict() [1/2]

google_books_api::Dictlayerdata::DictlayerdataDict::DictlayerdataDict ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ DictlayerdataDict() [2/2]

google_books_api::Dictlayerdata::DictlayerdataDict::DictlayerdataDict ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~DictlayerdataDict()

google_books_api::Dictlayerdata::DictlayerdataDict::~DictlayerdataDict ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_source()

void google_books_api::Dictlayerdata::DictlayerdataDict::clear_source ( )
inline

Clears the 'source' attribute.

◆ clear_words()

void google_books_api::Dictlayerdata::DictlayerdataDict::clear_words ( )
inline

Clears the 'words' attribute.

◆ get_source()

const DictlayerdataDictSource google_books_api::Dictlayerdata::DictlayerdataDict::get_source ( ) const
inline

Get a reference to the value of the 'source' attribute.

◆ get_words()

const client::JsonCppArray<DictlayerdataDictWords > google_books_api::Dictlayerdata::DictlayerdataDict::get_words ( ) const
inline

Get a reference to the value of the 'words' attribute.

◆ GetTypeName()

const StringPiece google_books_api::Dictlayerdata::DictlayerdataDict::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_books_api::DictlayerdataDict

◆ has_source()

bool google_books_api::Dictlayerdata::DictlayerdataDict::has_source ( ) const
inline

Determine if the 'source' attribute was set.

Returns
true if the 'source' attribute was set.

◆ has_words()

bool google_books_api::Dictlayerdata::DictlayerdataDict::has_words ( ) const
inline

Determine if the 'words' attribute was set.

Returns
true if the 'words' attribute was set.

◆ mutable_source()

DictlayerdataDictSource google_books_api::Dictlayerdata::DictlayerdataDict::mutable_source ( )
inline

Gets a reference to a mutable value of the 'source' property.

The source, url and attribution for this dictionary data.

Returns
The result can be modified to change the attribute value.

◆ mutable_words()

client::JsonCppArray<DictlayerdataDictWords > google_books_api::Dictlayerdata::DictlayerdataDict::mutable_words ( )
inline

Gets a reference to a mutable value of the 'words' property.

Returns
The result can be modified to change the attribute value.

◆ New()

Dictlayerdata::DictlayerdataDict * google_books_api::Dictlayerdata::DictlayerdataDict::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: