#include <value_map_val_entry.h>
◆ ValueMapValEntry() [1/2]
| google_fitness_api::ValueMapValEntry::ValueMapValEntry |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ValueMapValEntry() [2/2]
| google_fitness_api::ValueMapValEntry::ValueMapValEntry |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~ValueMapValEntry()
| google_fitness_api::ValueMapValEntry::~ValueMapValEntry |
( |
| ) |
|
|
virtual |
◆ clear_key()
| void google_fitness_api::ValueMapValEntry::clear_key |
( |
| ) |
|
|
inline |
Clears the 'key' attribute.
◆ clear_value()
| void google_fitness_api::ValueMapValEntry::clear_value |
( |
| ) |
|
|
inline |
Clears the 'value' attribute.
◆ get_key()
| const StringPiece google_fitness_api::ValueMapValEntry::get_key |
( |
| ) |
const |
|
inline |
Get the value of the 'key' attribute.
◆ get_value()
| const MapValue google_fitness_api::ValueMapValEntry::get_value |
( |
| ) |
const |
Get a reference to the value of the 'value' attribute.
◆ GetTypeName()
| const StringPiece google_fitness_api::ValueMapValEntry::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_key()
| bool google_fitness_api::ValueMapValEntry::has_key |
( |
| ) |
const |
|
inline |
Determine if the 'key' attribute was set.
- Returns
- true if the '
key' attribute was set.
◆ has_value()
| bool google_fitness_api::ValueMapValEntry::has_value |
( |
| ) |
const |
|
inline |
Determine if the 'value' attribute was set.
- Returns
- true if the '
value' attribute was set.
◆ mutable_value()
| MapValue google_fitness_api::ValueMapValEntry::mutable_value |
( |
| ) |
|
Gets a reference to a mutable value of the 'value' 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.
◆ set_key()
| void google_fitness_api::ValueMapValEntry::set_key |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'key' attribute.
- Parameters
-
The documentation for this class was generated from the following files: