Vuo 2.4.4
Loading...
Searching...
No Matches
Classes | Functions
VuoUuid.h File Reference

Description

vuo.uuid C type definition.

Definition in file VuoUuid.h.

Go to the source code of this file.

Classes

struct  VuoUuid
 A Universally Unique Identifier. More...
 

Functions

VuoUuid VuoUuid_makeFromJson (json_object *js)
 Decodes the JSON object js.
 
json_object * VuoUuid_getJson (const VuoUuid value)
 Encodes value as a JSON object.
 
char * VuoUuid_getSummary (const VuoUuid value)
 Show the hex values for each byte.
 
VuoUuid VuoUuid_make (void)
 Returns a new UUID.
 
static bool VuoUuid_areEqual (const VuoUuid value1, const VuoUuid value2) __attribute__((optnone))
 Returns true if the two values are equal.
 
char * VuoUuid_getString (const VuoUuid value)
 Automatically generated function.
 
void VuoUuid_retain (VuoUuid value)
 Automatically generated function.
 
void VuoUuid_release (VuoUuid value)
 Automatically generated function.