Vuo  2.3.2
Enumerations | Functions
VuoTableFormat

Description

Text formats for parsing/serializing a VuoTable.

Enumerations

enum  VuoTableFormat { VuoTableFormat_Csv , VuoTableFormat_Tsv }
 Text formats for parsing/serializing a VuoTable. More...
 

Functions

VuoTableFormat VuoTableFormat_makeFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoTableFormat. More...
 
json_objectVuoTableFormat_getJson (const VuoTableFormat value)
 Encodes value as a JSON object. More...
 
char * VuoTableFormat_getSummary (const VuoTableFormat value)
 Returns a human-readable description of value. More...
 
VuoList_VuoTableFormat VuoTableFormat_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
VuoTableFormat VuoTableFormat_makeFromString (const char *str)
 Automatically generated functions. More...
 
char * VuoTableFormat_getString (const VuoTableFormat value)
 Automatically generated functions. More...
 
void VuoTableFormat_retain (VuoTableFormat value)
 Automatically generated functions. More...
 
void VuoTableFormat_release (VuoTableFormat value)
 Automatically generated functions. More...
 

Enumeration Type Documentation

◆ VuoTableFormat

Text formats for parsing/serializing a VuoTable.

Definition at line 28 of file VuoTableFormat.h.

Function Documentation

◆ VuoTableFormat_getAllowedValues()

VuoList_VuoTableFormat VuoTableFormat_getAllowedValues ( void  )

Returns a list of values that instances of this type can have.

Definition at line 72 of file VuoTableFormat.c.

◆ VuoTableFormat_getJson()

struct json_object * VuoTableFormat_getJson ( const VuoTableFormat  value)

Encodes value as a JSON object.

Definition at line 53 of file VuoTableFormat.c.

◆ VuoTableFormat_getString()

char* VuoTableFormat_getString ( const VuoTableFormat  value)

Automatically generated functions.

◆ VuoTableFormat_getSummary()

char * VuoTableFormat_getSummary ( const VuoTableFormat  value)

Returns a human-readable description of value.

Definition at line 84 of file VuoTableFormat.c.

◆ VuoTableFormat_makeFromJson()

VuoTableFormat VuoTableFormat_makeFromJson ( json_object js)

Decodes the JSON object js, expected to contain a string, to create a new VuoTableFormat.

Definition at line 32 of file VuoTableFormat.c.

◆ VuoTableFormat_makeFromString()

VuoTableFormat VuoTableFormat_makeFromString ( const char *  str)

Automatically generated functions.

◆ VuoTableFormat_release()

void VuoTableFormat_release ( VuoTableFormat  value)

Automatically generated functions.

◆ VuoTableFormat_retain()

void VuoTableFormat_retain ( VuoTableFormat  value)

Automatically generated functions.