Vuo  2.0.2
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)
 
json_objectVuoUuid_getJson (const VuoUuid value)
 
char * VuoUuid_getSummary (const VuoUuid value)
 
VuoUuid VuoUuid_make ()
 Returns a new UUID. More...
 
static bool VuoUuid_areEqual (const VuoUuid value1, const VuoUuid value2)
 Returns true if the two values are equal. More...
 
VuoUuid VuoUuid_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoUuid_getString (const VuoUuid value)
 Automatically generated function. More...
 
void VuoUuid_retain (VuoUuid value)
 Automatically generated function. More...
 
void VuoUuid_release (VuoUuid value)
 Automatically generated function. More...
 
#define VuoList_VuoUuid_TYPE_DEFINED
 List type. More...
 
typedef void * VuoList_VuoUuid
 List type. More...
 

Macro Definition Documentation

◆ VuoList_VuoUuid_TYPE_DEFINED

#define VuoList_VuoUuid_TYPE_DEFINED

List type.

Definition at line 15 of file VuoUuid.h.

Typedef Documentation

◆ VuoList_VuoUuid

typedef void* VuoList_VuoUuid

List type.

Definition at line 11 of file VuoUuid.h.