Vuo  2.3.2
Classes | Macros | Functions
VuoData.h File Reference

Description

VuoData C type definition.

Definition in file VuoData.h.

Go to the source code of this file.

Classes

struct  VuoData
 A blob of 8-bit binary data. More...
 

Functions

VuoData VuoData_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value. More...
 
struct json_objectVuoData_getJson (const VuoData value)
 Encodes value as a JSON object. More...
 
char * VuoData_getSummary (const VuoData value)
 Returns a compact string representation of value. More...
 
bool VuoData_areEqual (const VuoData valueA, const VuoData valueB)
 Returns true if the two values are equal. More...
 
bool VuoData_isLessThan (const VuoData valueA, const VuoData valueB)
 Returns true if valueA is less than valueB. More...
 
VuoData VuoData_make (VuoInteger size, unsigned char *data)
 Returns a Binary Data structure with the specified values. More...
 
VuoData VuoData_makeFromText (const VuoText text)
 Returns a Binary Data structure with the specified text data (excluding the text's trailing NULL). More...
 
char * VuoData_copyToString (const VuoData data)
 Returns the string of characters stored in data, plus a trailing NULL. More...
 
VuoData VuoData_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoData_getString (const VuoData value)
 Automatically generated function. More...
 
void VuoData_retain (VuoData value)
 Automatically generated function. More...
 
void VuoData_release (VuoData value)
 Automatically generated function. More...