Vuo  2.0.0
Classes | Enumerations | Functions
VuoTableFormat.h File Reference

Description

VuoTableFormat C type definition.

Definition in file VuoTableFormat.h.

Go to the source code of this file.

Classes

struct  VuoList_VuoTableFormat_struct
 List type. More...
 

Enumerations

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

Functions

VuoTableFormat VuoTableFormat_makeFromJson (json_object *js)
 
json_objectVuoTableFormat_getJson (const VuoTableFormat value)
 
VuoList_VuoTableFormat VuoTableFormat_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoTableFormat_getSummary (const VuoTableFormat value)
 
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...
 
#define VuoList_VuoTableFormat_TYPE_DEFINED
 List type. More...
 
typedef const struct VuoList_VuoTableFormat_structVuoList_VuoTableFormat
 List type. More...
 

Macro Definition Documentation

◆ VuoList_VuoTableFormat_TYPE_DEFINED

#define VuoList_VuoTableFormat_TYPE_DEFINED

List type.

Definition at line 14 of file VuoTableFormat.h.

Typedef Documentation

◆ VuoList_VuoTableFormat

List type.