|
fitness
v1
|
#include <map_value.h>
Public Member Functions | |
| MapValue (const Json::Value &storage) | |
| MapValue (Json::Value *storage) | |
| virtual | ~MapValue () |
| const StringPiece | GetTypeName () const |
| bool | has_fp_val () const |
| void | clear_fp_val () |
| double | get_fp_val () const |
| void | set_fp_val (double value) |
Static Public Member Functions | |
| static MapValue * | New () |
Holder object for the value of an entry in a map field of a data point.
A map value supports a subset of the formats that the regular Value supports.
|
explicit |
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'fpVal' attribute.
|
inline |
Get the value of the 'fpVal' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_fitness_api::MapValue
|
inline |
Determine if the 'fpVal' attribute was set.
fpVal' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'fpVal' attribute.
Floating point value.
| [in] | value | The new value. |