This site has been permanently archived. The content on this site was last updated in 2019.
Stay organized with collections
Save and categorize content based on your preferences.
gvr::Properties
#include <gvr.h>
Convenience C++ wrapper for gvr_properties.
Summary
Inheritance
Inherits from:
gvr::WrapperBase< const gvr_properties >
Public functions
|
Get(int32_t property_key, Value *value_out) const
|
bool
|
Public functions
Get
bool Get(
int32_t property_key,
Value *value_out
) const
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[[["`gvr::Properties` is a C++ wrapper class that provides a convenient interface for interacting with `gvr_properties`."],["It inherits from `gvr::WrapperBase\u003c const gvr_properties \u003e`, offering base functionalities."],["The primary function, `Get`, allows retrieving property values based on a given key using the underlying `gvr_properties_get()` function."]]],["The `gvr::Properties` class is a C++ wrapper for `gvr_properties`, inheriting from `gvr::WrapperBase`. Its core functionality is encapsulated in the `Get` function. This function, `Get(int32_t property_key, Value *value_out)`, retrieves a property value associated with a specified key. It uses `gvr_properties_get()` to perform the actual retrieval and returns a boolean indicating success or failure.\n"]]