#include <dictlayerdata.h>
◆ DictlayerdataDict() [1/2]
google_books_api::Dictlayerdata::DictlayerdataDict::DictlayerdataDict |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~DictlayerdataDict()
google_books_api::Dictlayerdata::DictlayerdataDict::~DictlayerdataDict |
( |
| ) |
|
|
virtual |
◆ 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()
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()
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()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
The documentation for this class was generated from the following files: