Vuo  2.3.2
Classes | Functions

Description

Universally Unique Identifier.

Classes

struct  VuoUuid
 A Universally Unique Identifier. More...
 

Functions

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...
 
VuoUuid VuoUuid_make ()
 Returns a new UUID. More...
 
static bool VuoUuid_areEqual (const VuoUuid value1, const VuoUuid value2) __attribute__((optnone))
 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...
 

Class Documentation

◆ VuoUuid

struct VuoUuid
Class Members
unsigned char bytes[16] 16 byte unsigned

Function Documentation

◆ VuoUuid_areEqual()

static bool VuoUuid_areEqual ( const VuoUuid  value1,
const VuoUuid  value2 
)
inlinestatic

Returns true if the two values are equal.

Changed in Vuo 2.0.0:
New.

Definition at line 58 of file VuoUuid.h.

◆ VuoUuid_getJson()

struct json_object * VuoUuid_getJson ( const VuoUuid  value)

Encodes value as a JSON object.

Changed in Vuo 2.0.0:
New.

Definition at line 71 of file VuoUuid.c.

◆ VuoUuid_getString()

char* VuoUuid_getString ( const VuoUuid  value)

Automatically generated function.

◆ VuoUuid_getSummary()

char * VuoUuid_getSummary ( const VuoUuid  value)

Show the hex values for each byte.

Changed in Vuo 2.0.0:
New.

Definition at line 90 of file VuoUuid.c.

◆ VuoUuid_make()

VuoUuid VuoUuid_make ( )

Returns a new UUID.

Changed in Vuo 2.0.0:
New.

Definition at line 34 of file VuoUuid.c.

◆ VuoUuid_makeFromJson()

VuoUuid VuoUuid_makeFromJson ( json_object js)

Decodes the JSON object js.

Changed in Vuo 2.0.0:
New.

Definition at line 47 of file VuoUuid.c.

◆ VuoUuid_makeFromString()

VuoUuid VuoUuid_makeFromString ( const char *  str)

Automatically generated function.

◆ VuoUuid_release()

void VuoUuid_release ( VuoUuid  value)

Automatically generated function.

◆ VuoUuid_retain()

void VuoUuid_retain ( VuoUuid  value)

Automatically generated function.