Vuo 2.4.4
Loading...
Searching...
No Matches
Enumerations | Functions
VuoTableFormat.h File Reference

Description

VuoTableFormat C type definition.

Definition in file VuoTableFormat.h.

Go to the source code of this file.

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_object * VuoTableFormat_getJson (const VuoTableFormat value)
 Encodes value as a JSON object.
 
VuoList_VuoTableFormat VuoTableFormat_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoTableFormat_getSummary (const VuoTableFormat value)
 Returns a human-readable description of value.
 
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.