Vuo  2.3.2
Functions
VuoDictionary_VuoText_VuoText.cc File Reference

Description

VuoDictionary_VuoText_VuoText implementation.

Definition in file VuoDictionary_VuoText_VuoText.cc.

Go to the source code of this file.

Functions

VuoDictionary_VuoText_VuoText VuoDictionary_VuoText_VuoText_makeFromJson (json_object *js)
 Decodes the JSON object to create a new value. More...
 
json_objectVuoDictionary_VuoText_VuoText_getJson (const VuoDictionary_VuoText_VuoText d)
 Encodes the value as a JSON object. More...
 
char * VuoDictionary_VuoText_VuoText_getSummary (const VuoDictionary_VuoText_VuoText d)
 Returns a brief description of the value. More...
 
VuoDictionary_VuoText_VuoText VuoDictionaryCreate_VuoText_VuoText (void)
 Creates an empty dictionary. More...
 
VuoDictionary_VuoText_VuoText VuoDictionaryCreateWithLists_VuoText_VuoText (const VuoList_VuoText keys, const VuoList_VuoText values)
 Creates a dictionary consisting of the specified keys and values. More...
 
VuoText VuoDictionaryGetValueForKey_VuoText_VuoText (VuoDictionary_VuoText_VuoText d, VuoText key)
 Returns the value mapped from key in the dictionary. More...
 
void VuoDictionarySetKeyValue_VuoText_VuoText (VuoDictionary_VuoText_VuoText d, VuoText key, VuoText value)
 Sets the value mapped from key in the dictionary to value. More...