Vuo  2.3.2
Macros | Enumerations | Functions
VuoWeekday

Description

A day of the week.

Enumerations

enum  VuoWeekday {
  VuoWeekday_Sunday , VuoWeekday_Monday , VuoWeekday_Tuesday , VuoWeekday_Wednesday ,
  VuoWeekday_Thursday , VuoWeekday_Friday , VuoWeekday_Saturday
}
 A day of the week. More...
 

Functions

VuoWeekday VuoWeekday_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value. More...
 
struct json_objectVuoWeekday_getJson (const VuoWeekday value)
 Encodes value as a JSON object. More...
 
VuoList_VuoWeekday VuoWeekday_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoWeekday_getSummary (const VuoWeekday value)
 Returns a compact string representation of value. More...
 
bool VuoWeekday_areEqual (const VuoWeekday valueA, const VuoWeekday valueB)
 Returns true if the two values are equal. More...
 
bool VuoWeekday_isLessThan (const VuoWeekday valueA, const VuoWeekday valueB)
 Returns true if valueA is less than valueB. More...
 
VuoWeekday VuoWeekday_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoWeekday_getString (const VuoWeekday value)
 Automatically generated function. More...
 
void VuoWeekday_retain (VuoWeekday value)
 Automatically generated function. More...
 
void VuoWeekday_release (VuoWeekday value)
 Automatically generated function. More...
 

Enumeration Type Documentation

◆ VuoWeekday

enum VuoWeekday

A day of the week.

Definition at line 28 of file VuoWeekday.h.

Function Documentation

◆ VuoWeekday_areEqual()

bool VuoWeekday_areEqual ( const VuoWeekday  valueA,
const VuoWeekday  valueB 
)

Returns true if the two values are equal.

Definition at line 124 of file VuoWeekday.c.

◆ VuoWeekday_getAllowedValues()

VuoList_VuoWeekday VuoWeekday_getAllowedValues ( void  )

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

Definition at line 85 of file VuoWeekday.c.

◆ VuoWeekday_getJson()

struct json_object* VuoWeekday_getJson ( const VuoWeekday  value)

Encodes value as a JSON object.

Definition at line 62 of file VuoWeekday.c.

◆ VuoWeekday_getString()

char* VuoWeekday_getString ( const VuoWeekday  value)

Automatically generated function.

◆ VuoWeekday_getSummary()

char* VuoWeekday_getSummary ( const VuoWeekday  value)

Returns a compact string representation of value.

Definition at line 101 of file VuoWeekday.c.

◆ VuoWeekday_isLessThan()

bool VuoWeekday_isLessThan ( const VuoWeekday  valueA,
const VuoWeekday  valueB 
)

Returns true if valueA is less than valueB.

Definition at line 132 of file VuoWeekday.c.

◆ VuoWeekday_makeFromJson()

VuoWeekday VuoWeekday_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Example:
"monday"

Definition at line 35 of file VuoWeekday.c.

◆ VuoWeekday_makeFromString()

VuoWeekday VuoWeekday_makeFromString ( const char *  str)

Automatically generated function.

◆ VuoWeekday_release()

void VuoWeekday_release ( VuoWeekday  value)

Automatically generated function.

◆ VuoWeekday_retain()

void VuoWeekday_retain ( VuoWeekday  value)

Automatically generated function.