Vuo  1.2.7
Classes | Macros
VuoRunnerCocoa.h File Reference

Description

VuoCocoa header.

Classes

class  VuoRunnerCocoa
 Compiles, runs, and controls a Vuo composition. More...
 
class  VuoImageFilter
 Compiles, runs, and controls a Vuo composition that adheres to the Image Filter protocol. More...
 
class  VuoImageGenerator
 Compiles, runs, and controls a Vuo composition that adheres to the Image Generator protocol. More...
 

Macros

#define NS_RETURNS_INNER_POINTER
 Disable NS_RETURNS_INNER_POINTER (new in Mac OS 10.10's system headers), since Clang 3.2 doesn't support it. More...
 
#define VuoRunner   void
 
#define VuoCompiler   void
 
#define VuoComposition   void
 
#define VuoProtocol   void
 
typedef struct _VuoImageVuoImage
 
typedef struct json_object json_object
 

Macro Definition Documentation

◆ NS_RETURNS_INNER_POINTER

#define NS_RETURNS_INNER_POINTER

Disable NS_RETURNS_INNER_POINTER (new in Mac OS 10.10's system headers), since Clang 3.2 doesn't support it.

https://b33p.net/kosada/node/9140