Vuo  2.3.2
Functions
VuoUuid.c File Reference

Description

VuoUuid implementation.

Definition in file VuoUuid.c.

Go to the source code of this file.

Functions

VuoUuid VuoUuid_make ()
 Returns a new UUID. More...
 
VuoUuid VuoUuid_makeFromJson (json_object *js)
 Decodes the JSON object js. More...
 
json_objectVuoUuid_getJson (const VuoUuid value)
 Encodes value as a JSON object. More...
 
char * VuoUuid_getSummary (const VuoUuid value)
 Show the hex values for each byte. More...