This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy

Platform 1.32 Reference Guide

OVR_DataStore.h File Reference

Typedefs

struct ovrDataStore *

Functions

unsigned int
ovr_DataStore_Contains ( const ovrDataStoreHandle obj, const char * key )
const char *
ovr_DataStore_GetKey ( const ovrDataStoreHandle obj, int index )
size_t
const char *
ovr_DataStore_GetValue ( const ovrDataStoreHandle obj, const char * key )

Typedef Documentation

typedef struct ovrDataStore* ovrDataStoreHandle ( )

Function Documentation

unsigned int ovr_DataStore_Contains ( const ovrDataStoreHandle obj, const char * key )
const char* ovr_DataStore_GetKey ( const ovrDataStoreHandle obj, int index )
size_t ovr_DataStore_GetNumKeys ( const ovrDataStoreHandle obj )
const char* ovr_DataStore_GetValue ( const ovrDataStoreHandle obj, const char * key )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!

#ifndef OVR_DATASTORE_H
#define OVR_DATASTORE_H

#include "OVR_Platform_Defs.h"
#include <stddef.h>

typedefstruct ovrDataStore *ovrDataStoreHandle;

OVRP_PUBLIC_FUNCTION(unsignedint) ovr_DataStore_Contains(const ovrDataStoreHandle obj, constchar *key);
OVRP_PUBLIC_FUNCTION(constchar *) ovr_DataStore_GetKey(const ovrDataStoreHandle obj, int index);
OVRP_PUBLIC_FUNCTION(size_t)       ovr_DataStore_GetNumKeys(const ovrDataStoreHandle obj);
OVRP_PUBLIC_FUNCTION(constchar *) ovr_DataStore_GetValue(const ovrDataStoreHandle obj, constchar *key);

#endif
The documentation for this file was generated from the following file: OVR_DataStore.h