Vuo  1.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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.
 
json_objectVuoTableFormat_getJson (const VuoTableFormat value)
 Encodes value as a JSON object.
 
char * VuoTableFormat_getSummary (const VuoTableFormat value)
 Returns a human-readable description of value.
 
VuoList_VuoTableFormat VuoTableFormat_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
VuoTableFormat VuoTableFormat_makeFromString (const char *str)
 Automatically generated functions.
 
char * VuoTableFormat_getString (const VuoTableFormat value)
 Automatically generated functions.
 
void VuoTableFormat_retain (VuoTableFormat value)
 Automatically generated functions.
 
void VuoTableFormat_release (VuoTableFormat value)
 Automatically generated functions.
 

Enumeration Type Documentation

Text formats for parsing/serializing a VuoTable.

Function Documentation

VuoList_VuoTableFormat VuoTableFormat_getAllowedValues ( void  )

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

struct json_object * VuoTableFormat_getJson ( const VuoTableFormat  value)
read

Encodes value as a JSON object.

char* VuoTableFormat_getString ( const VuoTableFormat  value)

Automatically generated functions.

char * VuoTableFormat_getSummary ( const VuoTableFormat  value)

Returns a human-readable description of value.

VuoTableFormat VuoTableFormat_makeFromJson ( json_object js)

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

VuoTableFormat VuoTableFormat_makeFromString ( const char *  str)

Automatically generated functions.

void VuoTableFormat_release ( VuoTableFormat  value)

Automatically generated functions.

void VuoTableFormat_retain ( VuoTableFormat  value)

Automatically generated functions.