Vuo  0.4.3
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Typedefs | Functions
VuoInteger.h File Reference

Description

vuo.integer C type definition.

Typedefs

typedef signed long VuoInteger
 A signed 64-bit integer.
 

Functions

VuoInteger VuoInteger_valueFromString (const char *initializer)
 Parses the C string initializer, expected to contain a decimal integer, to create a new VuoInteger.
 
char * VuoInteger_stringFromValue (const VuoInteger value)
 Serializes value as a C string.
 
char * VuoInteger_summaryFromValue (const VuoInteger value)
 Same as VuoInteger_stringFromValue() — always shows the full value, since it's guaranteed to be pretty short.