Vuo  0.9.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
VuoDictionary_VuoText_VuoReal.c File Reference

Description

VuoDictionary_VuoText_VuoReal implementation.

Functions

VuoDictionary_VuoText_VuoReal VuoDictionary_VuoText_VuoReal_valueFromJson (json_object *js)
 Decodes the JSON object to create a new value.
 
json_object * VuoDictionary_VuoText_VuoReal_jsonFromValue (const VuoDictionary_VuoText_VuoReal d)
 Encodes the value as a JSON object.
 
char * VuoDictionary_VuoText_VuoReal_summaryFromValue (const VuoDictionary_VuoText_VuoReal d)
 Returns a brief description of the value.
 
VuoDictionary_VuoText_VuoReal VuoDictionaryCreate_VuoText_VuoReal (void)
 Creates an empty dictionary.
 
VuoList_VuoText VuoDictionaryGetKeys_VuoText_VuoReal (VuoDictionary_VuoText_VuoReal d)
 Returns the keys of the dictionary.
 
VuoReal VuoDictionaryGetValueForKey_VuoText_VuoReal (VuoDictionary_VuoText_VuoReal d, VuoText key)
 Returns the value mapped from key in the dictionary.
 
void VuoDictionarySetKeyValue_VuoText_VuoReal (VuoDictionary_VuoText_VuoReal d, VuoText key, VuoReal value)
 Sets the value mapped from key in the dictionary to value.