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.31 Reference Guide

OVR_KeyValuePairType.h File Reference

Enumeration Type Documentation

enum OVR_KeyValuePairType.h.ovrKeyValuePairType_
Enumerator
ovrKeyValuePairType_String
ovrKeyValuePairType_Int
ovrKeyValuePairType_Double
ovrKeyValuePairType_Unknown

Typedef Documentation

typedef enum ovrKeyValuePairType_ ovrKeyValuePairType ( )

Function Documentation

const char* ovrKeyValuePairType_ToString ( ovrKeyValuePairType value )
Converts an ovrKeyValuePairType enum value to a string The returned string does not need to be freed
ovrKeyValuePairType ovrKeyValuePairType_FromString ( const char * str )
Converts a string representing an ovrKeyValuePairType enum value to an enum value
1
2
3
4
5
6
7
8
9
10
11
12
13
14
17
18
21
22
23
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!

#ifndef OVR_KEY_VALUE_PAIR_TYPE_H
#define OVR_KEY_VALUE_PAIR_TYPE_H

#include "OVR_Platform_Defs.h"

typedefenum ovrKeyValuePairType_ {
  ovrKeyValuePairType_String,
  ovrKeyValuePairType_Int,
  ovrKeyValuePairType_Double,
  ovrKeyValuePairType_Unknown,
} ovrKeyValuePairType;

OVRPL_PUBLIC_FUNCTION(constchar*) ovrKeyValuePairType_ToString(ovrKeyValuePairType value);

OVRPL_PUBLIC_FUNCTION(ovrKeyValuePairType) ovrKeyValuePairType_FromString(constchar* str);

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