Vuo  0.5.2
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
VuoInteger.c File Reference

Description

VuoInteger implementation.

Functions

VuoInteger VuoInteger_valueFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a 64-bit integer, to create a new value.
 
json_object * VuoInteger_jsonFromValue (const VuoInteger value)
 Encodes value as a JSON object.
 
char * VuoInteger_summaryFromValue (const VuoInteger value)
 Same as VuoInteger_stringFromValue() — always shows the full value, since it's guaranteed to be pretty short.