#include <property_value.h>
◆ PropertyValue() [1/2]
google_youtube_api::PropertyValue::PropertyValue |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ PropertyValue() [2/2]
google_youtube_api::PropertyValue::PropertyValue |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~PropertyValue()
google_youtube_api::PropertyValue::~PropertyValue |
( |
| ) |
|
|
virtual |
◆ clear_property()
void google_youtube_api::PropertyValue::clear_property |
( |
| ) |
|
|
inline |
Clears the 'property
' attribute.
◆ clear_value()
void google_youtube_api::PropertyValue::clear_value |
( |
| ) |
|
|
inline |
Clears the 'value
' attribute.
◆ get_property()
const StringPiece google_youtube_api::PropertyValue::get_property |
( |
| ) |
const |
|
inline |
Get the value of the 'property
' attribute.
◆ get_value()
const StringPiece google_youtube_api::PropertyValue::get_value |
( |
| ) |
const |
|
inline |
Get the value of the 'value
' attribute.
◆ GetTypeName()
const StringPiece google_youtube_api::PropertyValue::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_property()
bool google_youtube_api::PropertyValue::has_property |
( |
| ) |
const |
|
inline |
Determine if the 'property
' attribute was set.
- Returns
- true if the '
property
' attribute was set.
◆ has_value()
bool google_youtube_api::PropertyValue::has_value |
( |
| ) |
const |
|
inline |
Determine if the 'value
' attribute was set.
- Returns
- true if the '
value
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_property()
void google_youtube_api::PropertyValue::set_property |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'property
' attribute.
A property.
- Parameters
-
◆ set_value()
void google_youtube_api::PropertyValue::set_value |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'value
' attribute.
The property's value.
- Parameters
-
The documentation for this class was generated from the following files: