Vuo  1.2.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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.
 
struct json_objectVuoWeekday_getJson (const VuoWeekday value)
 Encodes value as a JSON object.
 
VuoList_VuoWeekday VuoWeekday_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoWeekday_getSummary (const VuoWeekday value)
 Returns a compact string representation of value.
 
bool VuoWeekday_areEqual (const VuoWeekday valueA, const VuoWeekday valueB)
 Returns true if the two values are equal.
 
bool VuoWeekday_isLessThan (const VuoWeekday valueA, const VuoWeekday valueB)
 Returns true if valueA is less than valueB.
 
VuoWeekday VuoWeekday_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoWeekday_getString (const VuoWeekday value)
 Automatically generated function.
 
void VuoWeekday_retain (VuoWeekday value)
 Automatically generated function.
 
void VuoWeekday_release (VuoWeekday value)
 Automatically generated function.
 

Enumeration Type Documentation

enum VuoWeekday

A day of the week.

Function Documentation

bool VuoWeekday_areEqual ( const VuoWeekday  valueA,
const VuoWeekday  valueB 
)

Returns true if the two values are equal.

VuoList_VuoWeekday VuoWeekday_getAllowedValues ( void  )

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

struct json_object* VuoWeekday_getJson ( const VuoWeekday  value)
read

Encodes value as a JSON object.

char* VuoWeekday_getString ( const VuoWeekday  value)

Automatically generated function.

char* VuoWeekday_getSummary ( const VuoWeekday  value)

Returns a compact string representation of value.

bool VuoWeekday_isLessThan ( const VuoWeekday  valueA,
const VuoWeekday  valueB 
)

Returns true if valueA is less than valueB.

VuoWeekday VuoWeekday_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Example:
"monday"
VuoWeekday VuoWeekday_makeFromString ( const char *  str)

Automatically generated function.

void VuoWeekday_release ( VuoWeekday  value)

Automatically generated function.

void VuoWeekday_retain ( VuoWeekday  value)

Automatically generated function.