Vuo  1.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Enumerations | Functions
VuoTableFormat.h File Reference

Description

VuoTableFormat C type definition.

Classes

struct  VuoList_VuoTableFormat_struct
 A list of VuoTableFormat elements. More...
 

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.
 
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.
 
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.
 
#define VuoList_VuoTableFormat_TYPE_DEFINED
 
typedef struct
VuoList_VuoTableFormat_struct
VuoList_VuoTableFormat