API reference
API reference
Select your platform
No SDKs available
No versions available

OVR_KeyValuePairType.h File

It's a data structure that represents a pair of values, where one value serves as the key and the other value serves as the corresponding value. It can be used to store a different type of data, allowing for flexibility in how data is stored and retrieved.

Enumeration Types

Enumeration ovrKeyValuePairType_

A custom data structure that defines a set of enumerated values, where each value represents a specific type or category for that enumeration. See our index for a full list of our enums and APIs.
ovrKeyValuePairType_String
This member represents the key value as a string. It is used to store text- based data, such as names.
ovrKeyValuePairType_Int
This member represents the key value as an integer. It is used to store numerical data, such as ages
ovrKeyValuePairType_Double
This member represents the key value as a double-precision floating-point number. It is used to store numerical data with decimal points, such as prices.
ovrKeyValuePairType_Unknown
No description available

Typedefs

A custom data structure that defines a set of enumerated values, where each value represents a specific type or category for that enumeration. See our index for a full list of our enums and APIs.

Functions

Converts an ovrKeyValuePairType enum value to a string The returned string does not need to be freed
Converts a string representing an ovrKeyValuePairType to the actual enum value and returns the value.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon