Vuo  2.3.2
Classes | Enumerations | Functions
VuoTextSort.h File Reference

Description

VuoTextSort C type definition.

Definition in file VuoTextSort.h.

Go to the source code of this file.

Classes

struct  VuoList_VuoTextSort_struct
 List type. More...
 

Enumerations

enum  VuoTextSort { VuoTextSort_Text , VuoTextSort_TextCaseSensitive , VuoTextSort_Number , VuoTextSort_Date }
 Ways that text can be interpreted for sorting. More...
 

Functions

VuoTextSort VuoTextSort_makeFromJson (json_object *js)
 Decodes the JSON object to create a new value. More...
 
json_objectVuoTextSort_getJson (const VuoTextSort value)
 Encodes value as a JSON object. More...
 
VuoList_VuoTextSort VuoTextSort_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoTextSort_getSummary (const VuoTextSort value)
 Returns a string representation of value. More...
 
VuoTextSort VuoTextSort_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoTextSort_getString (const VuoTextSort value)
 Automatically generated function. More...
 
#define VuoList_VuoTextSort_TYPE_DEFINED
 List type. More...
 
typedef const struct VuoList_VuoTextSort_structVuoList_VuoTextSort
 List type. More...
 

Macro Definition Documentation

◆ VuoList_VuoTextSort_TYPE_DEFINED

#define VuoList_VuoTextSort_TYPE_DEFINED

List type.

Definition at line 14 of file VuoTextSort.h.

Typedef Documentation

◆ VuoList_VuoTextSort

List type.